Update pvc name
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tyler Perkins 2024-05-03 21:02:01 -04:00
parent a1844ed23e
commit bf4e2ef41b
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
1 changed files with 1 additions and 1 deletions

View File

@ -676,7 +676,7 @@ spec:
enabled: true
## @param primary.persistence.existingClaim Name of an existing PVC to use
##
existingClaim: "postgresql-data"
existingClaim: "data-postgresql-pvc"
## @param primary.persistence.mountPath The path the volume will be mounted at
## Note: useful when using custom PostgreSQL images
##