From 9bde15ea4e2f57ed8aab062f90dd3a80fec8748d Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Mon, 10 Apr 2023 21:50:10 -0400 Subject: [PATCH] fix --- cluster/apps/database/postgresql/helm-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/database/postgresql/helm-release.yaml b/cluster/apps/database/postgresql/helm-release.yaml index f8b54f5..2707ee8 100644 --- a/cluster/apps/database/postgresql/helm-release.yaml +++ b/cluster/apps/database/postgresql/helm-release.yaml @@ -24,6 +24,6 @@ spec: volumePermissions: enabled: true - + persistence: - existingClaim: "postgresql-pv-claim" + existingClaim: "postgresql-pv-claim" \ No newline at end of file