From a207a5a7fd1adf5315dc72e85e0f4d03a3a2eb17 Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Thu, 26 Mar 2026 22:49:29 +0000 Subject: [PATCH] fix: Remove invalid encryption field from CNP backup config --- infrastructure/addons/cnpg/postgres-cluster.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infrastructure/addons/cnpg/postgres-cluster.yaml b/infrastructure/addons/cnpg/postgres-cluster.yaml index 3a2a98c..8597689 100644 --- a/infrastructure/addons/cnpg/postgres-cluster.yaml +++ b/infrastructure/addons/cnpg/postgres-cluster.yaml @@ -56,5 +56,4 @@ spec: wal: compression: lzop data: - compression: lzop - encryption: AES256 \ No newline at end of file + compression: lzop \ No newline at end of file