prune -> false
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful

This commit is contained in:
Aaron Riedel 2024-09-30 21:59:11 +02:00
parent 262ae950ff
commit 52bf37fbdc
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -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