From 801599ac17970a564d116fa807fee6b88a33f830 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 22 May 2024 16:22:35 -0500 Subject: [PATCH] turn off self heal --- .../cl01tl/deployment/stack/templates/application.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/deployment/stack/templates/application.yaml b/clusters/cl01tl/deployment/stack/templates/application.yaml index ebfc5dab0..9f2291616 100644 --- a/clusters/cl01tl/deployment/stack/templates/application.yaml +++ b/clusters/cl01tl/deployment/stack/templates/application.yaml @@ -18,7 +18,7 @@ spec: syncPolicy: automated: prune: true - selfHeal: true + selfHeal: false retry: limit: 10 backoff: @@ -52,7 +52,7 @@ spec: syncPolicy: automated: prune: true - selfHeal: true + selfHeal: false retry: limit: 10 backoff: @@ -86,7 +86,7 @@ spec: syncPolicy: automated: prune: true - selfHeal: true + selfHeal: false retry: limit: 10 backoff: @@ -120,7 +120,7 @@ spec: syncPolicy: automated: prune: true - selfHeal: true + selfHeal: false retry: limit: 10 backoff: