github.com/argoproj-labs/argocd-operator@v0.10.0/tests/k8s/1-037_validate_applicationset_in_any_namespace/07-disable-apps-in-all-ns.yaml (about)

     1  # all appset resources from target ns should be removed
     2  apiVersion: argoproj.io/v1beta1
     3  kind: ArgoCD
     4  metadata:
     5    name: example
     6    namespace: appset-argocd
     7  spec:
     8    sourceNamespaces: []
     9    applicationSet:
    10      sourceNamespaces:
    11        - appset-old-ns
    12      scmProviders:
    13        - github.com