#0000 - Set reclaimPolicy to Retain in Longhorn Helm values

This update ensures that volumes are not automatically deleted when their corresponding PersistentVolumeClaims are removed. Useful for retaining data and preventing accidental loss.
This commit is contained in:
Guillaume "B.B." Van Hemmen 2024-12-28 22:26:54 +01:00
parent a8b66cbb54
commit e20f7bbac0

View file

@ -6,6 +6,7 @@ defaultSettings:
persistence: persistence:
defaultClassReplicaCount: 2 defaultClassReplicaCount: 2
reclaimPolicy: Retain
global: global:
nodeSelector: nodeSelector: