This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
[stable/consul] Cannot override namespace when used as subchart/dependency #19658
Labels
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Describe the bug/feature request
It would be helpful to have a way to override the namespace for the Consul resources without relying on the --namespace flag in Helm.
Is your feature request related to a problem? Please describe.
Our company is using Consul as a dependency for our internal Helm charts. Our chart deploys multiple resources inside numerous namespaces, so a --namespace argument doesn't make sense. Without being able to specify a namespace for Consul outside of using the namespace flag, we can't get Consul to reside in the namespace we need it.
Describe the solution you'd like
Provide a namespaceOverride key/value similar to numerous other charts in the values.yaml file.
See Jenkins' solution
The text was updated successfully, but these errors were encountered: