github.com/argoproj-labs/argocd-operator@v0.10.0/tests/k8s/1-037_validate_applicationset_in_any_namespace/02-enable-appset-in-any-ns.yaml (about)

     1  # appset resources shouldn' be created in target ns as apps in target ns is disabled
     2  apiVersion: argoproj.io/v1beta1
     3  kind: ArgoCD
     4  metadata:
     5    name: example
     6    namespace: appset-argocd
     7  spec:
     8    applicationSet:
     9      sourceNamespaces:
    10        - appset-old-ns
    11      scmProviders:
    12        - github.com