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 57fa527 update nodeSelector for bookkeeper cluster initializer (#608)
57fa527 is described below
commit 57fa527b0426cd0d877c11ba9e8bf0f7bb459908
Author: Austin Poole <[email protected]>
AuthorDate: Sat May 10 04:57:16 2025 -0400
update nodeSelector for bookkeeper cluster initializer (#608)
---
charts/pulsar/templates/bookkeeper-cluster-initialize.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/charts/pulsar/templates/bookkeeper-cluster-initialize.yaml
b/charts/pulsar/templates/bookkeeper-cluster-initialize.yaml
index 8b9885c..1f87efd 100755
--- a/charts/pulsar/templates/bookkeeper-cluster-initialize.yaml
+++ b/charts/pulsar/templates/bookkeeper-cluster-initialize.yaml
@@ -36,7 +36,7 @@ spec:
spec:
{{- include "pulsar.imagePullSecrets" . | nindent 6 }}
serviceAccountName: "{{ template "pulsar.fullname" . }}-{{
.Values.bookkeeper.component }}"
- {{- with .Values.pulsar_metadata.nodeSelector }}
+ {{- if .Values.pulsar_metadata.nodeSelector }}
nodeSelector:
{{ toYaml .Values.pulsar_metadata.nodeSelector | indent 8 }}
{{- end }}