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

Template error in deployment of .Values.additionalVolumes #68

Closed sspreitzer closed 9 months ago

sspreitzer commented 2 years ago

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

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.

sspreitzer commented 2 years ago

Also indent of 9 seems odd. Was this tested?

cfis commented 9 months ago

additionalVolumeMounts has been removed from the chart. So closing this issue.