github.com/argoproj-labs/argocd-operator@v0.10.0/tests/k8s/1-018_validate_extra_config/05-override-dex-using-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    extraConfig:
    21      "admin.enabled": "true"
    22      "dex.config": |
    23        connectors:
    24          - type: github
    25            id: github
    26            name: github-using-extra-config
    27            config:
    28              clientID: extra-config
    29              clientSecret: $dex.github.clientSecret
    30              orgs:
    31              - name: extra-config