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

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