From 3f23c09263529800f33b04c1a603c9b4cee9398f Mon Sep 17 00:00:00 2001 From: Nik Afiq Date: Sat, 21 Mar 2026 19:55:13 +0900 Subject: [PATCH] argocd: enable ServerSideApply for monitoring app (CRD size limit) --- argocd/apps/monitoring.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/argocd/apps/monitoring.yaml b/argocd/apps/monitoring.yaml index e8f8b13..778d669 100644 --- a/argocd/apps/monitoring.yaml +++ b/argocd/apps/monitoring.yaml @@ -26,4 +26,5 @@ spec: prune: false selfHeal: true syncOptions: - - CreateNamespace=true \ No newline at end of file + - CreateNamespace=true + - ServerSideApply=true \ No newline at end of file