argoproj / argo-cd

Declarative Continuous Deployment for Kubernetes
https://argo-cd.readthedocs.io
Apache License 2.0
16.33k stars 4.93k forks source link

fix(ui): respect Application destination.name in cluster summary calculation #18081

Closed daftping closed 1 week ago

daftping commented 2 weeks ago

Application SUMMARY did not respect Applications which use destination name instead of server.

argocd app list
NAME               CLUSTER
argocd/guestbook   in-cluster
argocd/guestbook2  kind-1
argocd/guestbook3  https://127.0.0.1:36931

Before Screenshot from 2024-05-04 18-14-38 After Screenshot from 2024-05-04 18-07-01

Checklist: