set "automated" flags for argo
This commit is contained in:
parent
114eba71d7
commit
5368b89974
1 changed files with 6 additions and 1 deletions
|
@ -16,6 +16,7 @@ spec:
|
|||
syncPolicy:
|
||||
automated:
|
||||
prune: false
|
||||
selfHeal: true
|
||||
---
|
||||
#apiVersion: argoproj.io/v1alpha1
|
||||
#kind: Application
|
||||
|
@ -67,6 +68,7 @@ spec:
|
|||
- CreateNamespace=true
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
|
@ -87,6 +89,7 @@ spec:
|
|||
- CreateNamespace=true
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
|
@ -107,6 +110,7 @@ spec:
|
|||
- CreateNamespace=true
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
|
@ -128,4 +132,5 @@ spec:
|
|||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
automated:
|
||||
prune: false
|
||||
prune: true
|
||||
selfHeal: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue