From 314c3e794ea9b2b5f7207cbd5ad6e374e5f6d767 Mon Sep 17 00:00:00 2001 From: CTO Agent Date: Sun, 12 Jul 2026 09:46:08 +0000 Subject: [PATCH] fix(argocd): enable server-side apply for argocd self-managed Application The Argo CD CRDs exceed the 262144-byte annotation limit that client-side apply imposes via last-applied-configuration. Server-side apply bypasses this limit and is required for Argo CD to manage its own large CRDs. Co-Authored-By: Paperclip --- apps/app-argocd.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/app-argocd.yaml b/apps/app-argocd.yaml index f583f2d..e2724a4 100644 --- a/apps/app-argocd.yaml +++ b/apps/app-argocd.yaml @@ -18,3 +18,4 @@ spec: selfHeal: true syncOptions: - CreateNamespace=true + - ServerSideApply=true