github.com/argoproj-labs/argocd-operator@v0.10.0/tests/olm/1-004_beta_to_alpha_conversion/01-assert.yaml (about) 1 # During beta to alpha conversion, converting sso fields back to deprecated fields is ignored as 2 # there is no data loss since the new fields in v1beta1 are also present in v1alpha1 3 apiVersion: argoproj.io/v1alpha1 4 kind: ArgoCD 5 metadata: 6 name: argocd 7 labels: 8 example: dex 9 spec: 10 sso: 11 provider: dex 12 dex: 13 openShiftOAuth: true 14 server: 15 route: 16 enabled: true 17 status: 18 phase: Available 19 --- 20 apiVersion: apps/v1 21 kind: Deployment 22 metadata: 23 name: argocd-dex-server 24 status: 25 readyReplicas: 1