From a1844ed23ef9cd99186eb5c07ac3d2c16357c94e Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Wed, 1 May 2024 21:39:25 -0400 Subject: [PATCH] Update PVC of postgresql --- postgresql/helmrelease-postgresql.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql/helmrelease-postgresql.yaml b/postgresql/helmrelease-postgresql.yaml index 0a62042..9bb5a52 100644 --- a/postgresql/helmrelease-postgresql.yaml +++ b/postgresql/helmrelease-postgresql.yaml @@ -676,7 +676,7 @@ spec: enabled: true ## @param primary.persistence.existingClaim Name of an existing PVC to use ## - existingClaim: "pvc-8fa3d624-72e0-4f6d-a095-c76c775beaff" + existingClaim: "postgresql-data" ## @param primary.persistence.mountPath The path the volume will be mounted at ## Note: useful when using custom PostgreSQL images ##