coredns / helm

Helm Charts for CoreDNS
Apache License 2.0
106 stars 107 forks source link

fix: add .Release.Namespace in metadata #152

Closed jbertozzi closed 10 months ago

jbertozzi commented 10 months ago

Adding .Release.Namespace in metadata fixes issues when rendering template with 'helm template --namespace'. Without it, the rendered templates do not have the namespace defined which is problematic when using a gitops approach.

Checklist:

Azahorscak commented 10 months ago

Came here to do just this, thanks!

jbertozzi commented 10 months ago

https://github.com/helm/helm/issues/3553