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(helm): Respect helm release namespace setting #1214

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

reegnz
Copy link
Contributor

@reegnz reegnz commented Jun 20, 2024

Whenever a helm chart is rendered you can pass it a namespace.
Usually a chart then adds the namespace to the namespaced resources
it is rendering.

This change establishes that behaviour in the fluent-operator chart.

What this PR does / why we need it

Helm charts tend to respect the namespace that the user passes in to the helm command.

The fluent-operator didn't render a namespace field for the namespaced resources.

Which issue(s) this PR fixes

Does this PR introduced a user-facing change?


Additional documentation, usage docs, etc


Whenever a helm chart is rendered you can pass it a namespace.
Usually a chart then adds the namespace to the namespaced resources
it is rendering.

This change establishes that behaviour in the fluent-operator chart.

Signed-off-by: Zoltán Reegn <[email protected]>
@reegnz reegnz force-pushed the chart_respect_release_namespace branch from f0ec12b to 737e804 Compare June 20, 2024 09:57
@benjaminhuo benjaminhuo merged commit b1a2192 into fluent:master Jun 20, 2024
2 checks passed
@reegnz reegnz deleted the chart_respect_release_namespace branch July 17, 2024 14:46
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.

2 participants