Skip to content

Commit 9feccfe

Browse files
committed
fix: always retain
1 parent cb507dd commit 9feccfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/network/charts/network-nodes/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ persistence:
508508
# -- (string) Behaviour of PVCs when the Helm release is deleted.
509509
whenDeleted: Retain
510510
# -- (string) Behaviour of PVCs when the StatefulSet scales down.
511-
whenScaled: Delete
511+
whenScaled: Retain
512512
# -- (string) Subdirectory of the volume to mount instead of the root.
513513
subPath: ""
514514
# -- (bool) Mount the volume read-only when true.

0 commit comments

Comments
 (0)