We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 171ae06 + 19d7a0a commit ca71666Copy full SHA for ca71666
1 file changed
entry
@@ -35,7 +35,7 @@ helm_update() {
35
if [ "$STATUS" = "deployed" ]; then
36
echo Already installed $NAME, upgrading
37
shift 1
38
- $HELM upgrade $NAME $CHART $VALUES
+ $HELM upgrade "$@" $NAME $CHART $VALUES
39
exit
40
fi
41
0 commit comments