github.com/argoproj-labs/argocd-operator@v0.10.0/tests/k8s/1-029_validate_applicationset_extra_command_args/01-basic-argocd-install.yaml (about) 1 --- 2 apiVersion: v1 3 kind: Namespace 4 metadata: 5 name: test-1-29-appsets-extra-command 6 --- 7 apiVersion: argoproj.io/v1alpha1 8 kind: ArgoCD 9 metadata: 10 name: example-argocd 11 namespace: test-1-29-appsets-extra-command 12 labels: 13 example: basic 14 spec: 15 applicationSet: {}