mirror of
https://github.com/nold360/hive-apps
synced 2024-11-19 12:09:29 +00:00
Disabled(argocd): SyncPolicy prune: false
This commit is contained in:
parent
38ae28ece2
commit
682016067f
1 changed files with 4 additions and 0 deletions
|
@ -1,11 +1,15 @@
|
|||
config:
|
||||
description: ArgoCD - Continous Deployment from Git
|
||||
|
||||
apps:
|
||||
- name: argocd
|
||||
repoURL: https://argoproj.github.io/argo-helm
|
||||
chart: argo-cd
|
||||
targetRevision: 5.5.2
|
||||
syncWave: '0'
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: false
|
||||
secrets:
|
||||
- name: argocd-secret
|
||||
keys:
|
||||
|
|
Loading…
Reference in a new issue