Closed sspreitzer closed 9 months ago
There seems to be an extranous - in {{- toYaml which seems to fail to render the template.
-
{{- toYaml
https://github.com/docker-mailserver/docker-mailserver-helm/blob/2782e399e7e9dbba93bfd77a57af4c3c087b5043/charts/docker-mailserver/templates/deployment.yaml#L59
Error: YAML parse error on docker-mailserver/templates/deployment.yaml: error converting YAML to JSON: yaml: line 41: did not find expected '-' indicator
The deployment template part of .Values.additionalVolumeMounts is working.
.Values.additionalVolumeMounts
Also indent of 9 seems odd. Was this tested?
additionalVolumeMounts has been removed from the chart. So closing this issue.
additionalVolumeMounts
There seems to be an extranous
-
in{{- toYaml
which seems to fail to render the template.https://github.com/docker-mailserver/docker-mailserver-helm/blob/2782e399e7e9dbba93bfd77a57af4c3c087b5043/charts/docker-mailserver/templates/deployment.yaml#L59
The deployment template part of
.Values.additionalVolumeMounts
is working.