github.com/argoproj-labs/argocd-operator@v0.10.0/tests/k8s/1-001_validate_basic/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 status: 12 phase: Available 13 --- 14 apiVersion: apps/v1 15 kind: StatefulSet 16 metadata: 17 name: example-argocd-application-controller 18 status: 19 readyReplicas: 1 20 --- 21 apiVersion: apps/v1 22 kind: Deployment 23 metadata: 24 name: example-argocd-redis 25 status: 26 readyReplicas: 1 27 --- 28 apiVersion: apps/v1 29 kind: Deployment 30 metadata: 31 name: example-argocd-repo-server 32 status: 33 readyReplicas: 1 34 --- 35 apiVersion: apps/v1 36 kind: Deployment 37 metadata: 38 name: example-argocd-server 39 status: 40 readyReplicas: 1 41 --- 42 apiVersion: v1 43 kind: ServiceAccount 44 metadata: 45 name: example-argocd-argocd-application-controller 46 --- 47 kind: ServiceAccount 48 apiVersion: v1 49 metadata: 50 name: example-argocd-argocd-server 51 --- 52 kind: ServiceAccount 53 apiVersion: v1 54 metadata: 55 name: example-argocd-argocd-redis-ha 56 --- 57 apiVersion: rbac.authorization.k8s.io/v1 58 kind: RoleBinding 59 metadata: 60 name: example-argocd-argocd-application-controller 61 --- 62 kind: RoleBinding 63 apiVersion: rbac.authorization.k8s.io/v1 64 metadata: 65 name: example-argocd-argocd-server 66 --- 67 kind: RoleBinding 68 apiVersion: rbac.authorization.k8s.io/v1 69 metadata: 70 name: example-argocd-argocd-redis-ha