Hi, when deploying an application that contains an ingress with ArgoCD, the application keeps reporting "Progressing" on the ingress because it tries to validate that status.loadBalancer.ingress list is non-empty, with at least one value for hostname or IP. I'm using traefik 2.4.2, and the ingresses report:
status:
loadBalancer: {}
Any way to fix this?
(copied from my slack request)