github.com/argoproj-labs/argocd-operator@v0.10.0/examples/argocd-keycloak-openshift.yaml (about)

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: ArgoCD
     3  metadata:
     4    name: example-argocd
     5  spec:
     6    extraConfig:
     7      oidc.tls.insecure.skip.verify: 'true' 
     8    sso:
     9      provider: keycloak
    10      keycloak:
    11        rootCA: "---BEGIN---END---"
    12        # Uncomment the below line when running operator locally.
    13        # verifyTLS: false 
    14    server:
    15      route:
    16        enabled: true