-
Notifications
You must be signed in to change notification settings - Fork 706
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
Customer requests that kubeapps do not set TargetNamespace field on CRs created by flux plugin #4189
Comments
I think what was requested (and what I was also expecting) is that we don't set either of those in the
Yep - which is what I expected us to do as well. Importantly, it results in an actual helm release (displayed with
I don't see any reason not to do the same thing, as the behaviour would match the expectation of creating an installed package in the Kubeapps UI called "my-apache" and finding that This would be something like the suggestion I left at #4204 (comment) , which only prefixes the name used for the actual helm release with the target namespace if the target namespace field was explicitly set on the |
yes, indeed. I went back and re-read @hongkunyoo 's comment and that is what was said. Apologies, I will correct the title |
Customer requests that kubeapps do not set TargetNamespace field on CRs created by flux plugin vmware-tanzu#4189
Discussion carried over from: #4173
In short:
Customer is requesting when kubeapps is creating new Flux HelmRelease CRs:
FWIW, this is what Flux CLI does by default:
So:
This doesn't mean we have to do exactly the same thing
The text was updated successfully, but these errors were encountered: