We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f8cbd commit 2da7bf2Copy full SHA for 2da7bf2
bitnami/kafka/templates/kafka-provisioning.yaml
@@ -23,6 +23,9 @@ spec:
23
{{- include "common.tplvalues.render" (dict "value" .Values.podLabels "context" $) | nindent 8 }}
24
{{- end }}
25
annotations:
26
+ {{- if .Values.podAnnotations }}
27
+ {{- include "common.tplvalues.render" (dict "value" .Values.podAnnotations "context" $) | nindent 8 }}
28
+ {{- end }}
29
spec:
30
{{- include "kafka.imagePullSecrets" . | nindent 6 }}
31
{{- if .Values.provisioning.schedulerName }}
0 commit comments