Skip to content

Commit

Permalink
Region should be customizable.
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-kpyc committed Oct 25, 2019
1 parent b70a796 commit 5ffb72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
set -e

aws eks --region us-east-1 update-kubeconfig --name $EKS_NAME
aws eks --region $AWS_REGION update-kubeconfig --name $EKS_NAME

exec "$@"

0 comments on commit 5ffb72f

Please sign in to comment.