-
Notifications
You must be signed in to change notification settings - Fork 166
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 release stuck when release name is invalid #555
Comments
fluxcd/helm-controller#555 Signed-off-by: Kingdon Barrett <kingdon@weave.works>
fluxcd/helm-controller#555 Signed-off-by: Kingdon Barrett <kingdon@weave.works>
This should be caught by the admission controller and prevented when you create your HelmRelease object.
Here's the error I get from Kustomize controller when I try to create a HelmRelease as you've described. How did you get it to create that HelmRelease? It should not have got that far. Could you let us know what version of K8s and Flux you are using? I have attached some commits that tested various permutations of HelmReleases with |
When creating a HelmRelease with an invalid name, for example one that is too long, it can not be deleted anymore without editing the finalizer.
I think if a release can not be created, be it due to an invalid name, the controller should be able to delete the helmrelease without errors or without changing the finalizer of the helmrelease
The text was updated successfully, but these errors were encountered: