github.com/argoproj-labs/argocd-operator@v0.10.0/tests/k8s/1-034_validate_applicationset_reconcile_enabled_set_false/01-install.yaml (about)

     1  apiVersion: v1
     2  kind: Namespace
     3  metadata:
     4    name: test1
     5  ---
     6  
     7  apiVersion: argoproj.io/v1beta1
     8  kind: ArgoCD
     9  metadata:
    10    name: argocd-test1
    11    namespace: test1
    12  spec:
    13    controller:
    14      enabled: false
    15    redis:
    16      enabled: false
    17    repo:
    18      enabled: false
    19    server:
    20      enabled: false
    21    applicationSet:
    22      enabled: false