From 9f80e15b45a8bb3b97a9f31685bf38db03b919dc Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Wed, 1 May 2024 21:00:24 -0400 Subject: [PATCH] Fix pvc --- 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 59aa578..0a62042 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: "" + existingClaim: "pvc-8fa3d624-72e0-4f6d-a095-c76c775beaff" ## @param primary.persistence.mountPath The path the volume will be mounted at ## Note: useful when using custom PostgreSQL images ##