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