Git repositories monitored by Argo CD¶
Argo CD monitors remote Git repositories for changes, and to get manifests for applications.
To include a Git repository, add it to the repositories
field in the argocd-cm.yaml configuration patch.
For example, https://github.com/lsst-sqre/roundtable is included in this list because all application manifests for Roundtable are defined in this GitHub repository.
We also include the Argo CD repository, https://github.com/argoproj/argo-cd, because Roundtable’s kustomization.yaml references that Git repository directly.
See also
Repositories in the Argo CD documentation.