github.com/argoproj-labs/argocd-operator@v0.10.0/tests/k8s/1-018_validate_extra_config/04-create-dex-without-extraconfig.yaml (about)

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: ArgoCD
     3  metadata:
     4    name: example-argocd
     5  spec:
     6    disableAdmin: true
     7    sso:
     8      provider: dex
     9      dex:
    10        config: |
    11          connectors:
    12            - type: github
    13              id: github
    14              name: github-using-first-class
    15              config:
    16                clientID: first-class
    17                clientSecret: $dex.github.clientSecret
    18                orgs:
    19                - name: first-class
    20        
    21