Skip to content

Commit 2da7bf2

Browse files
authored
Added possibility of rendering podAnnotations to the job
1 parent 74f8cbd commit 2da7bf2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bitnami/kafka/templates/kafka-provisioning.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ spec:
2323
{{- include "common.tplvalues.render" (dict "value" .Values.podLabels "context" $) | nindent 8 }}
2424
{{- end }}
2525
annotations:
26+
{{- if .Values.podAnnotations }}
27+
{{- include "common.tplvalues.render" (dict "value" .Values.podAnnotations "context" $) | nindent 8 }}
28+
{{- end }}
2629
spec:
2730
{{- include "kafka.imagePullSecrets" . | nindent 6 }}
2831
{{- if .Values.provisioning.schedulerName }}

0 commit comments

Comments
 (0)