github.com/argoproj-labs/argocd-operator@v0.10.0/tests/olm/1-003_alpha_to_beta_sso_conflict_conversion/01-assert.yaml (about)

     1  apiVersion: argoproj.io/v1beta1
     2  kind: ArgoCD
     3  metadata:
     4    name: argocd
     5    labels:
     6      example: dex-keycloak
     7  spec:
     8    sso:
     9      provider: dex
    10      dex:
    11        openShiftOAuth: true
    12      keycloak:
    13        rootCA: '"---BEGIN---END---"'
    14        verifyTLS: false
    15    extraConfig:
    16      oidc.tls.insecure.skip.verify: 'true' 
    17  status:
    18    phase: Available
    19    sso: Failed
    20