You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using ArgoCD and deploy a few applications with using the native Kubernetes ingress.
Due to a bug or limitation in ArgoCD those applications are never shown as properly set up because ArgoCD expects the ingress to contain an updated status.loadBalancer value.
I've found this issue argoproj/argo-cd#968, which essentially describes that fixing this requires setting the ingressEndpoint in Traefik. However, it seems that this Helm chart does not allow configuring this field.
Would it be possible to add support for that? Or is there a different way that could be used to set the kubernetes.ingressEndpoint?
Welcome!
What did you expect to see?
Hey,
I'm using ArgoCD and deploy a few applications with using the native Kubernetes ingress.
Due to a bug or limitation in ArgoCD those applications are never shown as properly set up because ArgoCD expects the ingress to contain an updated
status.loadBalancer
value.I've found this issue argoproj/argo-cd#968, which essentially describes that fixing this requires setting the
ingressEndpoint
in Traefik. However, it seems that this Helm chart does not allow configuring this field.Would it be possible to add support for that? Or is there a different way that could be used to set the
kubernetes.ingressEndpoint
?Further reading:
The text was updated successfully, but these errors were encountered: