From 7f7534d6bfa00e9933903a0d66be1d7a88edffd7 Mon Sep 17 00:00:00 2001 From: Jiahao Ji Zhou Date: Tue, 24 Feb 2026 14:59:23 +0100 Subject: [PATCH] fix: fix extra volumes indentation for rendering the helm chart properly --- 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 67402c71..f49c9a26 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