Closed memelet closed 3 years ago
@memelet - It's not the norm, though, that a Chart will have namespace-based variables, whereas it's important to be able to deploy any chart into a specific namespace (unless I'm mistaken, and all or almost all charts have variables similar to namespaceOverride
?).
And in that case, while it may be annoying to have to put the namespace in twice in those instances, I don't see any easier way to avoid that.
Thank you for issue report @memelet. I close it per @geerlingguy comment. Feel free to reopen if you think we've misunderstood something.
I'm deploying the rancher-monitoring (https://github.com/rancher/charts/tree/main/charts/rancher-monitoring). It by default will use the namespace
cattle-monitoring-system
, which I am happy with. The chart supports overriding the namespace with the valuenamespaceOverride
But I must provide the
release_namespace
as it's required. To ensure that I keep the namespace consistent I am doingSeems a bit smelly that I must provide
release_namespace
given that charts can behave this way.