We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aad65c commit 9a2e277Copy full SHA for 9a2e277
charts/pulsar/templates/bookkeeper-cluster-initialize.yaml
@@ -40,12 +40,12 @@ spec:
40
spec:
41
{{- include "pulsar.imagePullSecrets" . | nindent 6 }}
42
serviceAccountName: "{{ template "pulsar.fullname" . }}-{{ .Values.bookkeeper.component }}"
43
- {{- if .Values.pulsar_metadata.nodeSelector }}
44
nodeSelector:
+ {{- if .Values.pulsar_metadata.nodeSelector }}
45
{{ toYaml .Values.pulsar_metadata.nodeSelector | indent 8 }}
46
{{- end }}
47
- {{- with .Values.pulsar_metadata.tolerations }}
48
tolerations:
+ {{- if .Values.pulsar_metadata.tolerations }}
49
{{ toYaml .Values.pulsar_metadata.tolerations | indent 8 }}
50
51
initContainers:
0 commit comments