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

charts: Use release namespace #940

Open
atanasdinov opened this issue Dec 19, 2024 · 0 comments
Open

charts: Use release namespace #940

atanasdinov opened this issue Dec 19, 2024 · 0 comments

Comments

@atanasdinov
Copy link

What would you like to be added (User Story)?

As an operator, I'd like to use the Helm release namespace for the different Kubernetes resources.

Detailed Description

Currently, the Helm chart defines the namespace used across the different templates as part of the values file. This works and ensures that all manifests are deployed at the same place.

However, we could also achieve this by using the built-in object and its subfield (.Release.Namespace). This would also make the chart more flexible, both from operator, as well as from a developer standpoint. Is there a specific reason that we derive the namespace from the values instead of the release?

Anything else you would like to add?

No response

Label(s) to be applied

/kind feature

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

No branches or pull requests

1 participant