ArgoCD: standard way to keep ApplicationSet-generated children out of the main Applications view?
Running app-of-apps on ArgoCD where root Applications generate their leaves via an ApplicationSet. Because each generated leaf is a real top-level Application, the Applications overview lists every leaf alongside the roots, and the handful of roots I actually navigate from get lost in the generated ones.
The per-app resource tree shows the root -> children hierarchy nicely, but I can't find an equivalent grouped/collapsed view across the whole Applications list. Curious how others manage this at scale: do you rely on labels + filters, separate AppProjects per root, the favorites toggle, or is there a view mode I'm overlooking? Trying to get a "show me the roots, expand on demand" experience rather than a flat wall of generated apps.