Skip to content

Commit

Permalink
Kube config parameters were never used
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Jan 20, 2020
1 parent e1a479e commit b83a753
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/sh

set -e
REGION=eu-north-1
CLUSTER=prod
: ${REGION:=eu-north-1} ${CLUSTER:=prod}

export PATH=$PATH:/usr/local/bin/kubectl:/usr/local/bin/aws-iam-authenticator:/usr/local/bin/aws

Expand Down

0 comments on commit b83a753

Please sign in to comment.