mirror of
https://github.com/nold360/hive-apps
synced 2024-11-04 12:56:35 +00:00
17 lines
345 B
YAML
17 lines
345 B
YAML
config:
|
|
description: ArgoCD - Continous Deployment from Git
|
|
apps:
|
|
- name: argocd
|
|
repoURL: https://argoproj.github.io/argo-helm
|
|
chart: argo-cd
|
|
targetRevision: 3.35.4
|
|
syncWave: '0'
|
|
secrets:
|
|
- name: argocd-secret
|
|
keys:
|
|
- admin.password
|
|
- server.secretkey
|
|
- oidc.auth0.clientSecret
|
|
- name: ca-cert
|
|
keys:
|
|
- ca
|