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: Add release namespace to all resources #144

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

Conversation

peschmae
Copy link

@peschmae peschmae commented Sep 5, 2024

Overview

This PR adds the namespace to all resources, using the Relase.Namespace provided by Helm.

What this PR does / why we need it

Fixes #120

As mentioned in #120 the Chart currently doesn't set the namespace on the resources, resulting in different behavior for helm template and helm install commands, as documented in helm/helm#3553

The recommended solution by Helm is to set the namespace explicitly, as is done by a lot of other Charts (eg. cert-manager just to name one).

Checklist

  • Change log updated in Chart.yaml (see the contributing guide for details)
  • Chart version bumped in Chart.yaml (see the contributing guide for details)
  • Documentation regenerated by running make docs

Signed-off-by: Mathias Petermann <mathias.petermann@gmail.com>
@husira
Copy link

husira commented Oct 3, 2024

Any updates on this Pull Request from contributer side?

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.

Add Namesapces to Chart
2 participants