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

Helm chart does not work well with "helm template" #1607

Open
valorl opened this issue Sep 4, 2024 · 2 comments
Open

Helm chart does not work well with "helm template" #1607

valorl opened this issue Sep 4, 2024 · 2 comments

Comments

@valorl
Copy link

valorl commented Sep 4, 2024

Currently, most of the templates omit .metadata.namespace.

This works fine with helm install / helm upgrade where all the manifests without a namespace will be installed to --namespace anyway.

However, helm template will produce the manifests as-is (with no namespace), regardless of --namespace, forcing users to add the namespace manually, or use additional tools on top like kustomize.

Copy link
Contributor

github-actions bot commented Oct 5, 2024

This issue has not had any activity in the past 30 days, so the needs-attention label has been added to it.
If the opened issue is a bug, check to see if a newer release fixed your issue. If it is no longer relevant, please feel free to close this issue.
The needs-attention label signals to maintainers that something has fallen through the cracks. No action is needed by you; your issue will be kept open and you do not have to respond to this comment. The label will be removed the next time this job runs if there is new activity.
Thank you for your contributions!

@neopointer
Copy link

I'm also annoyed by the same issue. Specially in my case where I have a CDK8S setup with several setupts, having to patch specific files is not convenient at all.

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

Successfully merging a pull request may close this issue.

2 participants