However, since argocd-apps v2, the definition format has changed from a list to a map, making the application name the key of the map. As a result, the above configuration is no longer possible, and it no longer fully supports applications in any namespace.
Related helm chart
argocd-apps
Describe the solution you'd like
To resolve this issue, I believe the application name should be overridable. For example, it could be structured as follows:
Is your feature request related to a problem?
Before argocd-apps v2, it was possible to configure settings as shown below, which fully supported applications in any namespace:
However, since argocd-apps v2, the definition format has changed from a list to a map, making the application name the key of the map. As a result, the above configuration is no longer possible, and it no longer fully supports applications in any namespace.
Related helm chart
argocd-apps
Describe the solution you'd like
To resolve this issue, I believe the application name should be overridable. For example, it could be structured as follows:
Describe alternatives you've considered
No response
Additional context
No response