Skip to content

Commit 6ebeb99

Browse files
committed
Remove quotes around hook annotation
1 parent 2ff6758 commit 6ebeb99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/cert-manager/templates/certificates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Certificate
44
metadata:
55
name: {{ .certName }}
66
annotations:
7-
"helm.sh/hook": post-install,post-upgrade
7+
helm.sh/hook: post-install,post-upgrade
88
helm.sh/hook-weight: "10"
99
spec:
1010
# https://github.com/emberstack/kubernetes-reflector?tab=readme-ov-file#cert-manager-support

0 commit comments

Comments
 (0)