2021-11-28 10:16:31 +00:00
|
|
|
config:
|
|
|
|
description: ArgoCD - Continous Deployment from Git
|
2022-09-22 11:31:32 +00:00
|
|
|
|
2021-11-28 10:16:31 +00:00
|
|
|
apps:
|
|
|
|
- name: argocd
|
|
|
|
repoURL: https://argoproj.github.io/argo-helm
|
|
|
|
chart: argo-cd
|
2022-11-11 01:17:19 +00:00
|
|
|
targetRevision: 5.13.7
|
2021-12-18 10:27:50 +00:00
|
|
|
syncWave: '0'
|
2022-09-22 11:31:32 +00:00
|
|
|
syncPolicy:
|
|
|
|
automated:
|
|
|
|
prune: false
|
2021-11-28 10:16:31 +00:00
|
|
|
secrets:
|
2021-12-18 10:27:50 +00:00
|
|
|
- name: argocd-secret
|
|
|
|
keys:
|
|
|
|
- admin.password
|
|
|
|
- server.secretkey
|
|
|
|
- oidc.auth0.clientSecret
|
2022-09-03 14:53:40 +00:00
|
|
|
- webhook.gogs.secret
|
2021-12-18 10:27:50 +00:00
|
|
|
- name: ca-cert
|
|
|
|
keys:
|
|
|
|
- ca
|