github.com/argoproj-labs/argocd-operator@v0.10.0/tests/k8s/1-001_validate_basic/04-assert.yaml (about) 1 # Increase the timeout for this test because it needs to download 2 # a large container image 3 apiVersion: kuttl.dev/v1beta1 4 kind: TestAssert 5 timeout: 720 6 --- 7 apiVersion: argoproj.io/v1alpha1 8 kind: ArgoCD 9 metadata: 10 name: example-argocd 11 status: 12 phase: Available 13 --- 14 apiVersion: batch/v1 15 kind: Job 16 metadata: 17 name: example-argocdexport 18 status: 19 succeeded: 1