Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deploy/helm): add value option to override release namespace #360

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TanguyBaudrin
Copy link

Actually there's a limitation when using subcharts in helm, the namespace can't be overridden when calling the subchart (see: helm/helm#5358).

In my case I want to add a dependency on a global chart that will deploy the Kubernetes-replicator chart.
But the actually management of Kubernetes replicator namespace doesn't allow me to define another namespace than the one defined in the release of the main chart.

That's why I propose with this PR to implement a "namespaceOverride" value that can be set if someone (like me) wants to use another value than the helm release namespace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant