docker-mailserver / docker-mailserver-helm

Kubernetes Helm chart for docker-mailserver
https://github.com/docker-mailserver/docker-mailserver/
MIT License
107 stars 67 forks source link

Indent 8 instead of 9 for additionalVolumes into the template deployment.yaml #77

Closed konvergence closed 9 months ago

konvergence commented 1 year ago

Hi, The actual template deployment.yaml indent 9

{{ if .Values.additionalVolumes }}
{{- toYaml .Values.additionalVolumes | indent 9 }}
{{- end }}

But if you test it , you get an error, because the ident shoud be 8

{{ if .Values.additionalVolumes }}
{{- toYaml .Values.additionalVolumes | indent 8 }}
{{- end }}
konvergence commented 1 year ago

see https://github.com/docker-mailserver/docker-mailserver-helm/pull/79

cfis commented 9 months ago

additionVolumes has been removed, so closing this issue.