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

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