gf-k8s/apps/argocd/patches/argocd-cm.yaml
2019-10-27 02:27:00 +07:00

20 lines
462 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
repository.credentials: |
- url: git@github.com:gorilych/
sshPrivateKeySecret:
name: argocd-secret
key: gitPrivateKey