Skip to content
Snippets Groups Projects
Verified Commit f6e553e1 authored by Mark's avatar Mark
Browse files

Change hook delete policy and weights

parent ebb93371
No related branches found
No related tags found
1 merge request!7Integration user panel
Pipeline #1591 passed with stage
in 2 minutes and 41 seconds
......@@ -7,7 +7,7 @@ metadata:
annontations:
"helm.sh/hook": post-install
"helm.sh/hook-weight": "-5"
"helm.sh/hook-delete-policy": hook-succeeded
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
spec:
template:
metadata:
......
......@@ -6,8 +6,8 @@ metadata:
{{ include "single-sign-on.labels" . | indent 4 }}
annontations:
"helm.sh/hook": post-install
"helm.sh/hook-weight": "-5"
"helm.sh/hook-delete-policy": hook-succeeded
"helm.sh/hook-weight": "-4"
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
spec:
template:
metadata:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment