From 2f94af73ca8b5c31ac1950a889ca93f1adabd749 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Wed, 21 Jan 2026 00:12:50 +0100 Subject: [PATCH] Fix CloudNativePG CRD size issue with ServerSideApply --- apps/templates/cloudnativepg-helm.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/templates/cloudnativepg-helm.yaml b/apps/templates/cloudnativepg-helm.yaml index bbfa42b..51eb633 100644 --- a/apps/templates/cloudnativepg-helm.yaml +++ b/apps/templates/cloudnativepg-helm.yaml @@ -20,6 +20,7 @@ spec: syncPolicy: syncOptions: - CreateNamespace=true + - ServerSideApply=true automated: prune: true selfHeal: true