From 57fa527b0426cd0d877c11ba9e8bf0f7bb459908 Mon Sep 17 00:00:00 2001 From: Austin Poole Date: Sat, 10 May 2025 04:57:16 -0400 Subject: [PATCH] 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 }}