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 8d69259  Fix nodeSelector and tolerations handling in 
dekaf-deployment.yaml (#682)
8d69259 is described below

commit 8d69259ef29e3a7147a6c8f2d41600ee9daa3cdd
Author: jvellaft <[email protected]>
AuthorDate: Mon May 4 13:31:28 2026 +0200

    Fix nodeSelector and tolerations handling in dekaf-deployment.yaml (#682)
    
    Fixes #681
---
 charts/pulsar/templates/dekaf-deployment.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/charts/pulsar/templates/dekaf-deployment.yaml 
b/charts/pulsar/templates/dekaf-deployment.yaml
index f49c9a2..9677236 100644
--- a/charts/pulsar/templates/dekaf-deployment.yaml
+++ b/charts/pulsar/templates/dekaf-deployment.yaml
@@ -45,12 +45,12 @@ spec:
     spec:
       {{- if ((.Values.dekaf).deployment).nodeSelector }}
       nodeSelector:
-        {{ toYaml .Values.dekaf.deployment.nodeSelector | default dict | 
indent 10 }}
+{{ toYaml .Values.dekaf.deployment.nodeSelector | default dict | indent 8 }}
       {{- end }}
 
       {{- if ((.Values.dekaf).deployment).tolerations }}
       tolerations:
-        {{ toYaml .Values.dekaf.deployment.tolerations | default list | indent 
8 }}
+{{ toYaml .Values.dekaf.deployment.tolerations | default list | indent 8 }}
       {{- end }}
 
       containers:
@@ -110,4 +110,4 @@ spec:
       {{- if ((.Values.dekaf).deployment).extraVolumes }}
         {{- toYaml .Values.dekaf.deployment.extraVolumes | default list | 
nindent 6 }}
       {{- end }}
-{{- end }}
\ No newline at end of file
+{{- end }}

Reply via email to