github.com/argoproj-labs/argocd-operator@v0.10.0/tests/k8s/1-032_validate_server_hpa/01-assert.yaml (about) 1 apiVersion: argoproj.io/v1alpha1 2 kind: ArgoCD 3 metadata: 4 name: example-argocd 5 status: 6 phase: Available 7 --- 8 kind: Deployment 9 apiVersion: apps/v1 10 metadata: 11 name: example-argocd-server 12 spec: 13 replicas: 2 14 status: 15 conditions: 16 - type: Available 17 status: 'True' 18 - type: Progressing 19 status: 'True'