From e5ee6d735c7f71907128cc8f030d77eaefee06aa Mon Sep 17 00:00:00 2001 From: Maurits van Beusekom Date: Mon, 11 Mar 2019 13:20:40 +0100 Subject: [PATCH] Fix initialization of the use_custom_registry boolean --- k8s/helm/deploy-all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/helm/deploy-all.sh b/k8s/helm/deploy-all.sh index 1698a11a8..3ec209aa1 100755 --- a/k8s/helm/deploy-all.sh +++ b/k8s/helm/deploy-all.sh @@ -173,7 +173,7 @@ if [[ $clean ]]; then echo "Previous releases deleted" fi -use_custom_registry='yes' +use_custom_registry='' if [[ -n $container_registry ]]; then use_custom_registry='yes' @@ -205,4 +205,4 @@ do fi done -echo "FINISHED: Helm charts installed." \ No newline at end of file +echo "FINISHED: Helm charts installed."