github.com/argoproj-labs/argocd-operator@v0.10.0/tests/k8s/1-035_validate_applicationset_reconcile_enabled_set_true/01-install.yaml (about) 1 apiVersion: v1 2 kind: Namespace 3 metadata: 4 name: test 5 --- 6 7 apiVersion: argoproj.io/v1beta1 8 kind: ArgoCD 9 metadata: 10 name: argocd-test 11 namespace: test 12 spec: 13 controller: 14 enabled: true 15 redis: 16 enabled: true 17 repo: 18 enabled: true 19 server: 20 enabled: true 21 applicationSet: 22 enabled: true