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 f5c50bf + d77888a commit b1573feCopy full SHA for b1573fe
1 file changed
entry
@@ -40,7 +40,7 @@ helm_update() {
40
fi
41
42
if [ "$STATUS" = "failed" ] || [ "$STATUS" = "deleted" ]; then
43
- if [ "$HELM" == "helm_v3"]; then
+ if [ "$HELM" == "helm_v3" ]; then
44
$HELM uninstall $NAME
45
else
46
$HELM "$@" --purge $NAME
0 commit comments