We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9836f2 commit a4cb6bbCopy full SHA for a4cb6bb
1 file changed
helm/defectdojo/templates/initializer-job.yaml
@@ -36,9 +36,11 @@ spec:
36
{{- with .Values.initializer.labels }}
37
{{- toYaml . | nindent 8 }}
38
{{- end }}
39
+ {{- with mergeOverwrite dict .Values.extraAnnotations .Values.initializer.jobAnnotations }}
40
annotations:
- {{- with .Values.initializer.annotations }}
41
- {{- toYaml . | nindent 8 }}
+ {{- range $key, $value := . }}
42
+ {{ $key }}: {{ quote $value }}
43
+ {{- end }}
44
45
spec:
46
{{- if .Values.securityContext.enabled }}
0 commit comments