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

Disabling demoMode breaks chart #71

Closed jceb closed 9 months ago

jceb commented 1 year ago

When I disable demoMode.enable=false I get the following error message:

Error: YAML parse error on docker-mailserver/templates/configmap.yaml: error converting YAML to JSON: yaml: line 63: did not find expected key

Use --debug flag to render out invalid YAML

The reason for the broken configuration is the inclusion of missing configuration files in the this instruction: https://github.com/docker-mailserver/docker-mailserver-helm/blob/master/charts/docker-mailserver/templates/configmap.yaml#L38

MoJo2600 commented 1 year ago

I have the same issue. A beginner like me is not able to follow the instructions to set up this helm chart because it just breaks.

cfis commented 9 months ago

I ran into the same issue. demomode has been removed, so this is no longer an issue.