mirror of
https://github.com/nold360/hive-apps
synced 2024-11-03 04:16:35 +00:00
22 lines
423 B
YAML
22 lines
423 B
YAML
config:
|
|
description: ArgoCD - Continous Deployment from Git
|
|
|
|
apps:
|
|
- name: argocd
|
|
repoURL: https://argoproj.github.io/argo-helm
|
|
chart: argo-cd
|
|
targetRevision: 5.55.0
|
|
syncWave: '0'
|
|
syncPolicy:
|
|
automated:
|
|
prune: false
|
|
secrets:
|
|
- name: argocd-secret
|
|
keys:
|
|
- admin.password
|
|
- server.secretkey
|
|
- dex.authentik.clientSecret
|
|
- webhook.gogs.secret
|
|
- name: ca-cert
|
|
keys:
|
|
- ca
|