Commit 4a1bdcfb authored by Mark Harding's avatar Mark Harding

(fix): change hook events

No related merge requests found
......@@ -10,9 +10,9 @@ metadata:
annotations:
# This is what defines this resource as a hook. Without this line, the
# job is considered part of the release.
"helm.sh/hook": post-install
"helm.sh/hook-weight": "-5"
"helm.sh/hook-delete-policy": hook-succeeded,hook-failed
"helm.sh/hook": post-install, post-upgrade
"helm.sh/hook-weight": "5"
"helm.sh/hook-delete-policy": hook-succeeded,hook-failed, before-hook-creation
spec:
backoffLimit: 500
activeDeadlineSeconds: 1000
......
Markdown is supported
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