mirror of
https://github.com/nold360/hive-apps
synced 2025-01-08 23:08:01 +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:
|
config:
|
||||||
description: ArgoCD - Continous Deployment from Git
|
description: ArgoCD - Continous Deployment from Git
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
- name: argocd
|
- name: argocd
|
||||||
repoURL: https://argoproj.github.io/argo-helm
|
repoURL: https://argoproj.github.io/argo-helm
|
||||||
chart: argo-cd
|
chart: argo-cd
|
||||||
targetRevision: 5.5.2
|
targetRevision: 5.5.2
|
||||||
syncWave: '0'
|
syncWave: '0'
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: false
|
||||||
secrets:
|
secrets:
|
||||||
- name: argocd-secret
|
- name: argocd-secret
|
||||||
keys:
|
keys:
|
||||||
|
|
Loading…
Reference in a new issue