#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:
parent
a8b66cbb54
commit
e20f7bbac0
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ defaultSettings:
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
defaultClassReplicaCount: 2
|
defaultClassReplicaCount: 2
|
||||||
|
reclaimPolicy: Retain
|
||||||
|
|
||||||
global:
|
global:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
|
|
Loading…
Reference in a new issue