This commit is contained in:
parent
262ae950ff
commit
52bf37fbdc
1 changed files with 6 additions and 6 deletions
|
@ -27,7 +27,7 @@ spec:
|
|||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
automated:
|
||||
prune: true
|
||||
prune: false
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
|
@ -94,7 +94,7 @@ spec:
|
|||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
automated:
|
||||
prune: true
|
||||
prune: false
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
|
@ -126,7 +126,7 @@ spec:
|
|||
- ServerSideApply=true
|
||||
- RespectIgnoreDifferences=true
|
||||
automated:
|
||||
prune: true
|
||||
prune: false
|
||||
ignoreDifferences:
|
||||
- group: apps
|
||||
kind: Deployment
|
||||
|
@ -177,7 +177,7 @@ spec:
|
|||
- ServerSideApply=true
|
||||
- RespectIgnoreDifferences=true
|
||||
automated:
|
||||
prune: true
|
||||
prune: false
|
||||
ignoreDifferences:
|
||||
- group: apps
|
||||
kind: Deployment
|
||||
|
@ -208,7 +208,7 @@ spec:
|
|||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
automated:
|
||||
prune: true
|
||||
prune: false
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
|
@ -228,7 +228,7 @@ spec:
|
|||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
automated:
|
||||
prune: true
|
||||
prune: false
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
|
|
Loading…
Reference in a new issue