Update PVC of postgresql
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2024-05-01 21:39:25 -04:00
parent a9b50a2575
commit a1844ed23e
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: "pvc-8fa3d624-72e0-4f6d-a095-c76c775beaff" existingClaim: "postgresql-data"
## @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
## ##