From eed5c7098a69442c952ea3aa351351bf98472c6d Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Mon, 10 Apr 2023 21:13:13 -0400 Subject: [PATCH] fix --- cluster/apps/database/postgresql/helm-release.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cluster/apps/database/postgresql/helm-release.yaml b/cluster/apps/database/postgresql/helm-release.yaml index 5822c54..f8b54f5 100644 --- a/cluster/apps/database/postgresql/helm-release.yaml +++ b/cluster/apps/database/postgresql/helm-release.yaml @@ -22,6 +22,8 @@ spec: userPasswordKey: "userPassword" replicationPasswordKey: "replicationPassword" - primary: - persistence: - existingClaim: "postgresql-pv-claim" + volumePermissions: + enabled: true + + persistence: + existingClaim: "postgresql-pv-claim"