From a9a667cd819b7ff14227f0f15b0e6085c3875a6d Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Mon, 19 Jan 2026 08:11:20 -0800 Subject: [PATCH] Enable ServerSideApply for CloudNativePG Required to handle large CRDs that exceed the kubectl annotation size limit. Co-Authored-By: Claude Opus 4.5 --- argocd/apps/cloudnative-pg.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/argocd/apps/cloudnative-pg.yaml b/argocd/apps/cloudnative-pg.yaml index 641d0e1..e128f4e 100644 --- a/argocd/apps/cloudnative-pg.yaml +++ b/argocd/apps/cloudnative-pg.yaml @@ -26,4 +26,5 @@ spec: syncPolicy: syncOptions: - CreateNamespace=true + - ServerSideApply=true # Required for large CRDs that exceed annotation size limit # Manual sync only - no automated sync on git push