github.com/argoproj-labs/argocd-operator@v0.10.0/tests/k8s/1-018_validate_extra_config/04-assert.yaml (about) 1 --- 2 apiVersion: v1 3 kind: ConfigMap 4 metadata: 5 name: argocd-cm 6 data: 7 admin.enabled: "true" 8 dex.config: | 9 connectors: 10 - type: github 11 id: github 12 name: github-using-first-class 13 config: 14 clientID: first-class 15 clientSecret: $dex.github.clientSecret 16 orgs: 17 - name: first-class