apiVersion: argoproj.io/v1alpha1 kind: AppProject metadata: name: devops # Single ArgoCD instance — projects live in the same namespace as # ArgoCD itself (see values/incubator-infra-gke-toolshed-prd-usc1-values.yaml). namespace: argocd finalizers: - resources-finalizer.argocd.argoproj.io spec: description: "devops project for infra apps on the GKE cluster (team: devops in the appSpec labels)." sourceRepos: - '*' destinations: - namespace: '*' server: '*' clusterResourceWhitelist: - group: '*' kind: '*'