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