From 26e1f2f0c596cf6c20a7fee62b3b3be3cddc247e Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Mon, 10 Apr 2023 22:51:45 -0400 Subject: [PATCH] fix --- cluster/apps/database/postgresql/helm-release.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cluster/apps/database/postgresql/helm-release.yaml b/cluster/apps/database/postgresql/helm-release.yaml index 2707ee8..0da1c5d 100644 --- a/cluster/apps/database/postgresql/helm-release.yaml +++ b/cluster/apps/database/postgresql/helm-release.yaml @@ -25,5 +25,6 @@ spec: volumePermissions: enabled: true - persistence: - existingClaim: "postgresql-pv-claim" \ No newline at end of file + primary: + persistence: + existingClaim: "postgresql-pv-claim" \ No newline at end of file