github.com/argoproj/argo-cd@v1.8.7/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    namespace: argocd-e2e
     6  spec:
     7    project: default
     8  
     9    source:
    10      repoURL: https://github.com/argoproj/argo-cd.git
    11      targetRevision: HEAD
    12      path: self-managed-app
    13  
    14    destination:
    15      server: https://kubernetes.default.svc
    16      namespace: argocd-e2e