Fix pvc
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2024-05-01 21:00:24 -04:00
parent 936c0059ea
commit 9f80e15b45
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8

View File

@ -676,7 +676,7 @@ spec:
enabled: true enabled: true
## @param primary.persistence.existingClaim Name of an existing PVC to use ## @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 ## @param primary.persistence.mountPath The path the volume will be mounted at
## Note: useful when using custom PostgreSQL images ## Note: useful when using custom PostgreSQL images
## ##