Closed konvergence closed 9 months 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 }}
see https://github.com/docker-mailserver/docker-mailserver-helm/pull/79
additionVolumes has been removed, so closing this issue.
Hi, The actual template deployment.yaml indent 9
But if you test it , you get an error, because the ident shoud be 8