File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
helmfile.d/charts/gatekeeper/templates/templates/wait Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ metadata:
88 {{- include "gatekeeper-templates.labels" . | nindent 4 }}
99 annotations :
1010 helm.sh/hook : post-install,post-upgrade
11- helm.sh/hook-delete-policy : hook-succeeded
11+ helm.sh/hook-delete-policy : before-hook-creation, hook-succeeded
1212data :
1313 wait.sh : |-
1414 {{- .Files.Get "files/wait.sh" | nindent 4 }}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ metadata:
88 {{- include "gatekeeper-templates.labels" . | nindent 4 }}
99 annotations :
1010 helm.sh/hook : post-install,post-upgrade
11- helm.sh/hook-delete-policy : hook-succeeded
11+ helm.sh/hook-delete-policy : before-hook-creation, hook-succeeded
1212rules :
1313 - apiGroups :
1414 - apiextensions.k8s.io
@@ -29,7 +29,7 @@ metadata:
2929 {{- include "gatekeeper-templates.labels" . | nindent 4 }}
3030 annotations :
3131 helm.sh/hook : post-install,post-upgrade
32- helm.sh/hook-delete-policy : hook-succeeded
32+ helm.sh/hook-delete-policy : before-hook-creation, hook-succeeded
3333roleRef :
3434 apiGroup : rbac.authorization.k8s.io
3535 kind : ClusterRole
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ metadata:
88 {{- include "gatekeeper-templates.labels" . | nindent 4 }}
99 annotations :
1010 helm.sh/hook : post-install,post-upgrade
11- helm.sh/hook-delete-policy : hook-succeeded
11+ helm.sh/hook-delete-policy : before-hook-creation, hook-succeeded
1212spec :
1313 activeDeadlineSeconds : 600
1414 template :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ metadata:
88 {{- include "gatekeeper-templates.labels" . | nindent 4 }}
99 annotations :
1010 helm.sh/hook : post-install,post-upgrade
11- helm.sh/hook-delete-policy : hook-succeeded
11+ helm.sh/hook-delete-policy : before-hook-creation, hook-succeeded
1212 {{- with .Values.serviceAccount.annotations }}
1313 {{- toYaml . | nindent 4 }}
1414 {{- end }}
You can’t perform that action at this time.
0 commit comments