sourceRepos

From wikieduonline
Jump to navigation Jump to search

sourceRepos reference to the repositories that applications within the project can pull manifests from https://argo-cd.readthedocs.io/en/stable/operator-manual/declarative-setup/#projects

apiVersion: argoproj.io/v1alpha1
kind: AppProject 
metadata:
  name: my-minimal-project
spec:
  destinations:
    - server: "*"
      namespace: "*"
  sourceRepos:
    - "*"


https://argo-cd.readthedocs.io/en/stable/user-guide/projects/
spec:
  sourceRepos:
  - '*'
  destinations:
  - namespace: '*'
    server: '*'
  clusterResourceWhitelist:
  - group: '*'
    kind: '*'


Related[edit]

See also[edit]

Advertising: