fluent / fluent-operator

Operate Fluent Bit and Fluentd in the Kubernetes way - Previously known as FluentBit Operator
Apache License 2.0
577 stars 246 forks source link

feat(helm): Respect helm release namespace setting #1214

Closed reegnz closed 3 months ago

reegnz commented 3 months ago

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