argoproj/applicationset

How to set scmProvider filter based on repository group or path?

victorwon opened this issue · 1 comments

We would like to have different argoCD instances to handle different set of repos using scmProvider. Currently the repository filter only works on repo name, is there any way to make it work on the full path or have another filter to match the repo group?

e.g. how can we set one scmProvider to sync https://gitlab/group_1/xxxx projects and another to sync https://gitlab/group_2/xxxx projects?

Found the group param, no need to use filter.