Argo CD · Schema

v1alpha1SCMProviderGeneratorFilter

SCMProviderGeneratorFilter is a single repository filter. If multiple filter types are set on a single struct, they will be AND'd together. All filters must pass for a repo to be included.

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Properties

Name Type Description
branchMatch string A regex which must match the branch name.
labelMatch string A regex which must match at least one label.
pathsDoNotExist array An array of paths, all of which must not exist.
pathsExist array An array of paths, all of which must exist.
repositoryMatch string A regex for repo names.
View JSON Schema on GitHub