github.com/argoproj-labs/argocd-operator@v0.10.0/tests/olm/1-003_alpha_to_beta_sso_conflict_conversion/01-argocd-dex-keycloak-conflict.yaml (about) 1 apiVersion: argoproj.io/v1alpha1 2 kind: ArgoCD 3 metadata: 4 name: argocd 5 labels: 6 example: dex-keycloak 7 spec: 8 # during conversion deprecated dex field has more priority 9 dex: 10 openShiftOAuth: true 11 sso: 12 provider: keycloak 13 keycloak: 14 rootCA: '"---BEGIN---END---"' 15 verifyTLS: false 16 extraConfig: 17 oidc.tls.insecure.skip.verify: 'true'