github.com/argoproj-labs/argocd-operator@v0.10.0/tests/k8s/1-034_validate_applicationset_reconcile_enabled_set_false/02-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: false 11 repo: 12 enabled: false 13 server: 14 enabled: false 15 applicationSet: 16 enabled: false