Skip to content

Commit

Permalink
Update values.yaml (kubeflow#1193)
Browse files Browse the repository at this point in the history
correct name for pre hook is `pre-upgrade` and not `pre-update` https://helm.sh/docs/topics/charts_hooks/
  • Loading branch information
chaudhryfaisal authored Mar 7, 2021
1 parent 3e6c90b commit 7d92970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/spark-operator-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ webhook:
namespaceSelector: ""
# -- The annotations applied to the cleanup job, required for helm lifecycle hooks
cleanupAnnotations:
"helm.sh/hook": pre-delete, pre-update
"helm.sh/hook": pre-delete, pre-upgrade
"helm.sh/hook-delete-policy": hook-succeeded

metrics:
Expand Down

0 comments on commit 7d92970

Please sign in to comment.