From 954dd4893a0413281c510dbb9d527a452d3039df Mon Sep 17 00:00:00 2001 From: Maurits van Beusekom Date: Tue, 12 Mar 2019 11:47:24 +0100 Subject: [PATCH] Correctly set the backing field for the use-local-k8s parameter --- k8s/helm/deploy-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/helm/deploy-all.sh b/k8s/helm/deploy-all.sh index 3ec209aa1..705b172f5 100755 --- a/k8s/helm/deploy-all.sh +++ b/k8s/helm/deploy-all.sh @@ -102,7 +102,7 @@ while [[ $# -gt 0 ]]; do -u | --docker-username ) docker_username="$2"; shift 2;; --use-local-k8s ) - use_local_k8s=''; shift ;; + use_local_k8s='yes'; shift ;; *) echo "Unknown option $1" usage; exit 2 ;;