From b83a75309940cba732613f21a4e8df11a3959925 Mon Sep 17 00:00:00 2001 From: birme Date: Mon, 20 Jan 2020 21:53:46 +0100 Subject: [PATCH] Kube config parameters were never used --- entrypoint.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index d748fe6..45334de 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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