bitnami / charts

Bitnami Helm Charts
https://bitnami.com
Other
9.04k stars 9.22k forks source link

Unable to override namespace in external DNS chart #30497

Closed warroyo closed 3 days ago

warroyo commented 3 days ago

Name and Version

external-dns/8.5.1

What steps will reproduce the bug?

attempt to use the namespaceOverride value in the helm values

Are you using any custom parameters or values?

namespaceOverride

What is the expected behavior?

The namespace will be overridden for all objects created

What do you see instead?

namespace is overridden for only certain objects.

Additional information

It looks like the namespaceOverride value is only used in a few of the chart templates, this means it's not possible to override the ns.

carrodher commented 3 days ago

Hi William, thanks for creating this issue. You're right, namespaceOverride is not implemented for this Helm chart, we will implement it and keep you posted.

juan131 commented 3 days ago

Thanks so much @warroyo !! I just created a PR to address the issue