From e7f9594381656a25ddd3b6300fd14f1c0921a7ee Mon Sep 17 00:00:00 2001 From: u1 Date: Sat, 14 Feb 2026 11:01:03 +0000 Subject: [PATCH] fix(monitoring): use Replace sync option to avoid CRD patch annotation size issues --- bootstrap/argocd/application-monitoring-stack.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/argocd/application-monitoring-stack.yaml b/bootstrap/argocd/application-monitoring-stack.yaml index 5622508..c43bfca 100644 --- a/bootstrap/argocd/application-monitoring-stack.yaml +++ b/bootstrap/argocd/application-monitoring-stack.yaml @@ -34,4 +34,5 @@ spec: selfHeal: true syncOptions: - CreateNamespace=true + - Replace=true - ServerSideApply=true