argoproj / applicationset

The ApplicationSet controller manages multiple Argo CD Applications as a single ApplicationSet unit, supporting deployments to large numbers of clusters, deployments of large monorepos, and enabling secure Application self-service.
https://argocd-applicationset.readthedocs.io/
Apache License 2.0
584 stars 278 forks source link

scmProvider Github filter combination (repositoryMatch + labelMatch) not generating apps #605

Closed dllegru closed 2 years ago

dllegru commented 2 years ago

We have a repository with a label created.

We are using scmProvider with filters repositoryMatch + labelMatch, 0 applications are being generated.

Reading the Filters documentation I understand this combination should be possible.

dllegru commented 2 years ago

Closing for https://github.com/argoproj/argo-cd/issues/10789