From 52bf37fbdcd4ac3a824604867e7fd8c21ec06735 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Mon, 30 Sep 2024 21:59:11 +0200 Subject: [PATCH] prune -> false --- app-files/core-deployments.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app-files/core-deployments.yaml b/app-files/core-deployments.yaml index 52a988f..1abf3a9 100644 --- a/app-files/core-deployments.yaml +++ b/app-files/core-deployments.yaml @@ -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