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

chore: Return the client without performing a matchRepository when the application configures the plugin by name #18053

Open jsolana opened 2 weeks ago

jsolana commented 2 weeks ago

Closes https://github.com/argoproj/argo-cd/issues/17948

Modify the behavior during DetectConfigManagementPlugin to avoid transferring the entire repository to cmp-server when the application configures the plugin by name avoiding performance issues described here

Checklist: