Update postgresql helm chart to preserve pvc data after deletion
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2024-04-07 14:09:59 -04:00
parent 6c74018bd5
commit 64a030c6bc
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8

View File

@ -721,7 +721,7 @@ spec:
persistentVolumeClaimRetentionPolicy:
## @param primary.persistentVolumeClaimRetentionPolicy.enabled Enable Persistent volume retention policy for Primary Statefulset
##
enabled: false
enabled: true
## @param primary.persistentVolumeClaimRetentionPolicy.whenScaled Volume retention behavior when the replica count of the StatefulSet is reduced
##
whenScaled: Retain