fix script

This commit is contained in:
Stavros kois
2023-02-02 16:19:40 +02:00
parent 0af9740539
commit 79499d3638

View File

@@ -23,7 +23,7 @@ helm dependency update "$chart_path"
if [ $1 == "template" ]; then
echo "🧪 Running <helm template ./$chart_path"
helm template "./$chart_path" --debug --set controllers.main.enabled=true
helm template "./$chart_path" --debug --set workload.main.enabled=true
else
echo "🏁 Running <helm install --dry-run --debug common-test ${extra_args[@]} ./$chart_path"
helm install --dry-run --debug common-test "${extra_args[@]}" "./$chart_path"