github.com/argoproj/argo-cd/v2@v2.10.5/test/e2e/testdata/self-managed-app/resources.yaml (about)

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: Application
     3  metadata:
     4    name: test-self-managed-apps
     5  spec:
     6    project: default
     7  
     8    source:
     9      repoURL: https://github.com/argoproj/argo-cd.git
    10      targetRevision: HEAD
    11      path: self-managed-app
    12  
    13    destination:
    14      server: https://kubernetes.default.svc
    15      namespace: argocd-e2e