This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new 1c5782d Fix nodeSelector and tolerations handling in
pulsar-manager-cluster-initialize.yaml (#683)
1c5782d is described below
commit 1c5782de0dcc887291a7f0d22dc8e36b5cb713cb
Author: jvellaft <[email protected]>
AuthorDate: Mon May 4 13:31:57 2026 +0200
Fix nodeSelector and tolerations handling in
pulsar-manager-cluster-initialize.yaml (#683)
Fixes #681
---
charts/pulsar/templates/pulsar-manager-cluster-initialize.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/charts/pulsar/templates/pulsar-manager-cluster-initialize.yaml
b/charts/pulsar/templates/pulsar-manager-cluster-initialize.yaml
index 2b20d1f..c7eb4f6 100755
--- a/charts/pulsar/templates/pulsar-manager-cluster-initialize.yaml
+++ b/charts/pulsar/templates/pulsar-manager-cluster-initialize.yaml
@@ -44,11 +44,11 @@ spec:
{{- include "pulsar.imagePullSecrets" . | nindent 6 }}
nodeSelector:
{{- if .Values.pulsar_metadata.nodeSelector }}
- {{ toYaml .Values.pulsar_metadata.nodeSelector | indent 8 }}
+{{ toYaml .Values.pulsar_metadata.nodeSelector | indent 8 }}
{{- end }}
tolerations:
{{- if .Values.pulsar_metadata.tolerations }}
- {{ toYaml .Values.pulsar_metadata.tolerations | indent 8 }}
+{{ toYaml .Values.pulsar_metadata.tolerations | indent 8 }}
{{- end }}
restartPolicy: OnFailure
initContainers:
@@ -189,4 +189,4 @@ spec:
{{- end }}
key: UI_PASSWORD
{{- end }}
-{{- end }}
\ No newline at end of file
+{{- end }}