From 1107e33cbf71063238346fd6d62a3c7aff179f09 Mon Sep 17 00:00:00 2001 From: Alexander Rogov Date: Thu, 7 May 2026 17:21:37 +0300 Subject: [PATCH] Ignore replica drift for llama deployments --- argocd/apps/llama.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/argocd/apps/llama.yaml b/argocd/apps/llama.yaml index cad2ef8..50cec74 100644 --- a/argocd/apps/llama.yaml +++ b/argocd/apps/llama.yaml @@ -20,3 +20,8 @@ spec: selfHeal: true syncOptions: - CreateNamespace=true + ignoreDifferences: + - group: apps + kind: Deployment + jsonPointers: + - /spec/replicas