Skip to content
Snippets Groups Projects
Commit b7617f10 authored by Ulf Seltmann's avatar Ulf Seltmann
Browse files

fixed helm upgrade

parent a538d347
Branches
Tags
No related merge requests found
......@@ -242,7 +242,8 @@ prepare_helm_command() {
for setstring in ${setstrings}; do
cmd="$cmd --set-string ${setstring}"
done
cmd="$cmd ${charts}"
cmd="$cmd ${name} ${charts}"
echo "done"
return 0
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment