Closed coesensbert closed 2 years ago
sorry, I don't understand what you mean exactly, do you want to remove the default value for the domain in ingress ? or do you want to stop ingress itself in the helm chart ???
I think removing ingress from the helm chart will be the quickest fix. It's just a minor annoyance now since we don't define an ingress when deploying / upgrading the explorer, but a dashboard.com ingress is created every time.
After more discussion, we decided to keep ingress enabled and as you handle this with external ingress you can disable helm ingress bypassing to is --set.ingress.enabled=false
Aha that is also good! Did not know. Will test with next release. Thx!
When deploying the explorer via helm we don't define an ingress, since there is already one configured. There is always a dashboard.com ingress created. Could this be disabled? Or is there another way to disable on each deployment/upgrade?