-
Notifications
You must be signed in to change notification settings - Fork 9
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 allow for a different namespace #12
Comments
Hi @draganm, thanks for calling this out 👍 To confirm, you would have expected the operator namespace to be configurable as a variable in the chart? |
yes, and also this not to be part of the chart (currently in
it's wrong on many levels ...
|
Gotcha, thanks again for the feedback! We'll keep you posted here with any updates. |
+1 This is unusual behaviour. Currently the installation namespace needs to be different to
|
I presently don't know how to install these Helm charts on my cluster without downloading the tarballs and removing this namespace object. You could also do a |
Current chart is just a single YAML without any variables.
It forces creation of
doppler-operator-system
, which is not the default behaviour of most other helm charts from other projects.The text was updated successfully, but these errors were encountered: