-
Feature Request
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
False
-
-
False
-
-
When using the ArgoCD plugin, I would like to be able to see more than one ArgoCD application within my component. Currently, the plugin only allows for a single annotation:
argocd/app-name: 'rhdh-development'
With this annotation, the ArgoCD plugin displays information for that specific application in your ArgoCD instance. However, it is not possible to specify multiple annotations or to list multiple ArgoCD applications in a single annotation.
Typically, an application can consist of multiple components. Creating separate catalogs for each component is not desirable. I would like the ability to see all components related to my application (e.g., frontend, backend, database, cache, etc.) within a single catalog.
It would be great if the plugin would support an annotation as follow:
argocd/app-name: 'appx, appy, appz'