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

fixed --set-string option

parent 138945b5
Branches
Tags
No related merge requests found
......@@ -197,13 +197,14 @@ prepare_kubectl() {
if [ "$?" != "0" ];then
echo "failed"
echo "$out"
cat "${HOME}/.kube/config"
cat "${ca_file}"
return 1
fi
done
echo "done"
cat "${HOME}/.kube/config"
cat "${ca_file}"
return 0
}
......@@ -254,7 +255,7 @@ prepare_helm_command() {
done
for setstring in ${setstrings}; do
cmd="$cmd --set-string ${set}"
cmd="$cmd --set-string ${setstring}"
done
cmd="$cmd ${charts}"
......
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