From 03bf974306b81fcce36d7c4d9ed0e22340e47384 Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Thu, 19 Jun 2025 22:53:15 +0300 Subject: [PATCH] Disable autosunc for cloudflared --- argocd-apps/cloudflared.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/argocd-apps/cloudflared.yaml b/argocd-apps/cloudflared.yaml index aace0e6..bb08365 100644 --- a/argocd-apps/cloudflared.yaml +++ b/argocd-apps/cloudflared.yaml @@ -15,7 +15,7 @@ spec: helm: valueFiles: - ../../manifests/cloudflared/values.yaml - syncPolicy: - automated: - selfHeal: true - prune: true \ No newline at end of file + syncPolicy: {} + # automated: + # selfHeal: true + # prune: true \ No newline at end of file