Mailu / helm-charts

Development repo for helm charts
126 stars 130 forks source link

[BUG] postfix-overrides ConfigMap will never render #234

Closed lorenzo-w closed 1 year ago

lorenzo-w commented 1 year ago

Describe the bug

This line references .Values.postfix.enabled:

https://github.com/Mailu/helm-charts/blob/c3bb2a5bb885ba9bf5b01ca478a1af6794bb9ad5/mailu/templates/postfix/configmap.yaml#L1

But since this value doesn't exist anymore in values.yaml, the config map will never be rendered.