From 9a40240bd20d2234d23852f00fd09bc3cb9283b1 Mon Sep 17 00:00:00 2001 From: Julia McGhee Date: Sat, 21 Mar 2026 19:33:24 +0000 Subject: [PATCH] Enable ServerSideApply for app-of-apps to fix CRD annotation size limit ArgoCD v3.3 ApplicationSet CRD exceeds the 262144-byte client-side apply annotation limit. ServerSideApply=true avoids this. --- infra/kubernetes/argocd/app-of-apps.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/kubernetes/argocd/app-of-apps.yaml b/infra/kubernetes/argocd/app-of-apps.yaml index 9399bae..8506f89 100644 --- a/infra/kubernetes/argocd/app-of-apps.yaml +++ b/infra/kubernetes/argocd/app-of-apps.yaml @@ -20,3 +20,4 @@ spec: selfHeal: true syncOptions: - CreateNamespace=true + - ServerSideApply=true