github.com/argoproj-labs/argocd-operator@v0.10.0/tests/k8s/1-0017_validate_cmp/01-assert.yaml (about) 1 # Increase the timeout for the first test because it needs to download 2 # a number of container images 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 namespace: test-1-17-custom 12 status: 13 phase: Available 14 --- 15 apiVersion: apps/v1 16 kind: Deployment 17 metadata: 18 name: example-argocd-repo-server 19 namespace: test-1-17-custom 20 status: 21 readyReplicas: 1 22 --- 23 apiVersion: v1 24 kind: ConfigMap 25 metadata: 26 name: guestbook 27 namespace: test-1-17-custom 28 annotations: 29 Bar: baz 30 Foo: myfoo 31