github.com/argoproj-labs/argocd-operator@v0.10.0/tests/k8s/1-035_validate_applicationset_reconcile_enabled_set_true/07-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 ha: 12 enabled: true 13 repo: 14 enabled: false 15 server: 16 enabled: false 17 applicationSet: 18 enabled: false