From 49de08d00abb109ea78a1b2019ba0241c819244f Mon Sep 17 00:00:00 2001 From: Alexander Rogov Date: Sun, 30 Aug 2026 16:52:21 +0300 Subject: [PATCH] disable auto sync --- argocd/apps/llama.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/argocd/apps/llama.yaml b/argocd/apps/llama.yaml index 50cec74..e8a9f2e 100644 --- a/argocd/apps/llama.yaml +++ b/argocd/apps/llama.yaml @@ -16,8 +16,9 @@ spec: namespace: llama syncPolicy: automated: - prune: true - selfHeal: true + enabled: false + # prune: true + # selfHeal: true syncOptions: - CreateNamespace=true ignoreDifferences: