Fix initialization of the use_custom_registry boolean
This commit is contained in:
parent
45755aff0b
commit
e5ee6d735c
@ -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…
x
Reference in New Issue
Block a user