Skip to content

Commit

Permalink
Merge pull request #14 from galal-hussein/fix_helm_upgrade
Browse files Browse the repository at this point in the history
add args to helm upgrade
  • Loading branch information
erikwilson authored Apr 13, 2020
2 parents 171ae06 + 19d7a0a commit ca71666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entry
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ helm_update() {
if [ "$STATUS" = "deployed" ]; then
echo Already installed $NAME, upgrading
shift 1
$HELM upgrade $NAME $CHART $VALUES
$HELM upgrade "$@" $NAME $CHART $VALUES
exit
fi

Expand Down

0 comments on commit ca71666

Please sign in to comment.