We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ec4ce commit 57fa527Copy full SHA for 57fa527
charts/pulsar/templates/bookkeeper-cluster-initialize.yaml
@@ -36,7 +36,7 @@ spec:
36
spec:
37
{{- include "pulsar.imagePullSecrets" . | nindent 6 }}
38
serviceAccountName: "{{ template "pulsar.fullname" . }}-{{ .Values.bookkeeper.component }}"
39
- {{- with .Values.pulsar_metadata.nodeSelector }}
+ {{- if .Values.pulsar_metadata.nodeSelector }}
40
nodeSelector:
41
{{ toYaml .Values.pulsar_metadata.nodeSelector | indent 8 }}
42
{{- end }}
0 commit comments