Skip to content

Commit 53ce983

Browse files
authored
Merge pull request #59 from GitGuardian/amascia/-/fix-pod-annotation
fix(chart): fix pod annotation in template
2 parents 627396d + 68ce5a1 commit 53ce983

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

charts/ggscout/templates/_cronjob.tpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ spec:
1515
template:
1616
metadata:
1717
{{- with .Values.podAnnotations }}
18-
annotations: {{- toJson . }}
18+
annotations:
19+
{{- toYaml . | nindent 12 }}
1920
{{- end }}
2021
labels:
2122
{{- include "ggscout.labels" . | nindent 12 }}

0 commit comments

Comments
 (0)