From de2ed3db961ef81685ffaf5b58e54b61525d67a6 Mon Sep 17 00:00:00 2001 From: Ichen Chhoeng Date: Wed, 29 Oct 2025 17:29:35 +0700 Subject: [PATCH] add ServerSideApply to cnpg --- k8s/base/app-cnpg.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k8s/base/app-cnpg.yml b/k8s/base/app-cnpg.yml index 96d2b6e..a0588d7 100644 --- a/k8s/base/app-cnpg.yml +++ b/k8s/base/app-cnpg.yml @@ -7,6 +7,8 @@ spec: syncPolicy: automated: enabled: true + syncOptions: + - ServerSideApply=true project: default source: chart: cloudnative-pg