mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 01:49:44 +00:00
33 lines
832 B
YAML
33 lines
832 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
|
|
repositories: |
|
|
- name: grafana
|
|
type: helm
|
|
url: https://grafana.github.io/helm-charts
|
|
- name: ingress-nginx
|
|
type: helm
|
|
url: https://kubernetes.github.io/ingress-nginx
|
|
- name: jetstack
|
|
type: helm
|
|
url: https://charts.jetstack.io
|
|
- name: itzg
|
|
type: helm
|
|
url: https://itzg.github.io/minecraft-server-charts/
|
|
repository.credentials: |
|
|
- url: git@github.com:gorilych/
|
|
sshPrivateKeySecret:
|
|
name: argocd-secret
|
|
key: gitPrivateKey
|