From 1b6e98f626466c492e75df12f2daae21f65e98ea Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Sat, 6 Sep 2025 20:49:19 +0500 Subject: [PATCH] Revert "commit to revert" This reverts commit 841fb6da08d02063a2c2cad573e936292ef0278e. --- postgres/index.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/postgres/index.ts b/postgres/index.ts index e130643..33776f8 100644 --- a/postgres/index.ts +++ b/postgres/index.ts @@ -60,7 +60,7 @@ export class PostgresCluster extends Construct { kind: "ObjectStore", metadata: { namespace: options.namespace, - name: "r2-postgres-backup-store-homelab", + name: "r2-postgres-backup-store", }, spec: { configuration: { @@ -312,7 +312,6 @@ export class PostgresCluster extends Construct { new Manifest(this, "postgres-cluster", { provider: kubernetes, - fieldManager: { forceConflicts: true }, manifest: { apiVersion: "postgresql.cnpg.io/v1", kind: "Cluster", @@ -339,7 +338,6 @@ export class PostgresCluster extends Construct { plugins: [ { name: "barman-cloud.cloudnative-pg.io", - enabled: false, isWALArchiver: true, parameters: { barmanObjectName: "r2-postgres-backup-store",