mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 09:59:43 +00:00
15 lines
316 B
YAML
15 lines
316 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: argocd-cm
|
|
data:
|
|
url: https://argocd.gorilych.ru
|
|
statusbadge.enabled: 'true'
|
|
dex.config: |
|
|
connectors:
|
|
- type: github
|
|
id: github
|
|
name: GitHub
|
|
config:
|
|
clientID: $dex.github.clientId
|
|
clientSecret: $dex.github.clientSecret
|