Skip to content

Commit 4d4a41c

Browse files
authored
fix: fix extra volumes indentation for rendering the helm chart properly (#656)
1 parent 71ba624 commit 4d4a41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/pulsar/templates/dekaf-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ spec:
108108
{{- end }}
109109

110110
{{- if ((.Values.dekaf).deployment).extraVolumes }}
111-
{{- toYaml .Values.dekaf.deployment.extraVolumes | default list | nindent 8 }}
111+
{{- toYaml .Values.dekaf.deployment.extraVolumes | default list | nindent 6 }}
112112
{{- end }}
113113
{{- end }}

0 commit comments

Comments
 (0)