Update postgresql helm chart to preserve pvc data after deletion
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6c74018bd5
commit
64a030c6bc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user