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 4d4a41c  fix: fix extra volumes indentation for rendering the helm 
chart properly (#656)
4d4a41c is described below

commit 4d4a41ced9be311127163199f53fc37ae511c82e
Author: soyji <[email protected]>
AuthorDate: Tue Feb 24 15:44:37 2026 +0100

    fix: fix extra volumes indentation for rendering the helm chart properly 
(#656)
---
 charts/pulsar/templates/dekaf-deployment.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/charts/pulsar/templates/dekaf-deployment.yaml 
b/charts/pulsar/templates/dekaf-deployment.yaml
index 67402c7..f49c9a2 100644
--- a/charts/pulsar/templates/dekaf-deployment.yaml
+++ b/charts/pulsar/templates/dekaf-deployment.yaml
@@ -108,6 +108,6 @@ spec:
       {{- end }}
 
       {{- if ((.Values.dekaf).deployment).extraVolumes }}
-        {{- toYaml .Values.dekaf.deployment.extraVolumes | default list | 
nindent 8 }}
+        {{- toYaml .Values.dekaf.deployment.extraVolumes | default list | 
nindent 6 }}
       {{- end }}
 {{- end }}
\ No newline at end of file

Reply via email to