github.com/argoproj-labs/argocd-operator@v0.10.0/tests/k8s/1-005_validate-custom-argocd-namespace/02-create-app.yaml (about)

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: Application
     3  metadata:
     4    name: validate-custom-argocd
     5    namespace: test-1-8-custom
     6  spec:
     7    project: default
     8    source:
     9      repoURL: https://github.com/redhat-developer/gitops-operator
    10      path: test/examples/nginx
    11      targetRevision: HEAD
    12    destination:
    13      server: https://kubernetes.default.svc
    14      namespace: test-1-8-custom
    15    syncPolicy:
    16      automated: {}