github.com/argoproj-labs/argocd-operator@v0.10.0/tests/k8s/1-006_validate-managed-by-chain/08-create-application.yaml (about)

     1  # This creates an application with a destination in the other managed namespace
     2  apiVersion: argoproj.io/v1alpha1
     3  kind: Application
     4  metadata:
     5    name: test-1-12-custom2
     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-12-custom2
    15    syncPolicy:
    16      automated: {}