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: syncOptions:
- CreateNamespace=true - CreateNamespace=true
automated: automated:
prune: true prune: false
--- ---
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
@ -94,7 +94,7 @@ spec:
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
automated: automated:
prune: true prune: false
--- ---
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
@ -126,7 +126,7 @@ spec:
- ServerSideApply=true - ServerSideApply=true
- RespectIgnoreDifferences=true - RespectIgnoreDifferences=true
automated: automated:
prune: true prune: false
ignoreDifferences: ignoreDifferences:
- group: apps - group: apps
kind: Deployment kind: Deployment
@ -177,7 +177,7 @@ spec:
- ServerSideApply=true - ServerSideApply=true
- RespectIgnoreDifferences=true - RespectIgnoreDifferences=true
automated: automated:
prune: true prune: false
ignoreDifferences: ignoreDifferences:
- group: apps - group: apps
kind: Deployment kind: Deployment
@ -208,7 +208,7 @@ spec:
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
automated: automated:
prune: true prune: false
--- ---
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
@ -228,7 +228,7 @@ spec:
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
automated: automated:
prune: true prune: false
--- ---
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application