Fix initialization of the use_custom_registry boolean

This commit is contained in:
Maurits van Beusekom 2019-03-11 13:20:40 +01:00
parent 45755aff0b
commit e5ee6d735c

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."