From dd5e5b93aac40ec10e5c420c01a4049c2c125199 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 22 Jun 2025 22:43:18 +0300 Subject: [PATCH] Disable auto sync --- 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