-
Notifications
You must be signed in to change notification settings - Fork 773
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
Disabling dashboard ingressroute does not delete it #115
Comments
@sshishov you are correct. Because the ingressRoute is created as a hook, helm does not manage the created object. If you want to disable the dashboard after having it enabled, you will have to manually delete the ingressRoute object. |
Hi, maybe I do something wrong. When I try to upgrade I get this error:
I'm using this commands to upgrade:
|
Having the same problem as @Nittarab |
I didn't find any solution at the moment.. |
If during initial setup you go with default settings then dashboard ingressroute is created. If you disable it afterwards and apply, ingressroute is still present and accessible.
I assume, if you disable dashboard, this ingress route should be deleted, even
diff
is showing that it will be deleted.I suspect that actual problem is that the this route is created as hook.
The text was updated successfully, but these errors were encountered: