Browse Source

Fix initialization of the use_custom_registry boolean

pull/964/head
Maurits van Beusekom 6 years ago
parent
commit
e5ee6d735c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      k8s/helm/deploy-all.sh

+ 2
- 2
k8s/helm/deploy-all.sh View File

@ -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."
echo "FINISHED: Helm charts installed."

Loading…
Cancel
Save