Skip to content

Commit ba9341d

Browse files
authored
MAJOR: kubernetes-ingress: Add helm hook annotations to crdjob (#312)
1 parent 7e0d01f commit ba9341d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kubernetes-ingress/templates/controller-crdjob.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ metadata:
2424
annotations:
2525
argocd.argoproj.io/hook: Sync
2626
argocd.argoproj.io/hook-delete-policy: HookSucceeded
27+
helm.sh/hook: "pre-install,pre-upgrade"
28+
helm.sh/hook-delete-policy: "hook-succeeded"
2729
{{- with .Values.controller.annotations }}
2830
{{- toYaml . | nindent 4 }}
2931
{{- end }}

0 commit comments

Comments
 (0)