open-feature / open-feature-operator

A Kubernetes feature flag operator
https://openfeature.dev
Apache License 2.0
164 stars 33 forks source link

Helm value to prevent namespace creation #610

Closed agardnerIT closed 2 months ago

agardnerIT commented 4 months ago

I want to create the namespace separately so that I have full control over it's labels and annotations. However the Helm chart seems to force namespace creation.

Can an option be added to disable default NS creation and let me create it instead?

thisthat commented 4 months ago

Have you tried installing by telling Helm to use a different namespace? Basically, add the parameters --namespace <my-ns> --create-namespace to your installation command. Does this work?

beeme1mr commented 2 months ago

Closing due to inactivity.