#0000 - Disable reclaim policy in Longhorn Helm values
Commented out the `reclaimPolicy` field to disable its effect. This change aligns with the updated configuration requirements and prevents unintentional retention of resources.
This commit is contained in:
parent
e20f7bbac0
commit
a2deab9475
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ defaultSettings:
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
defaultClassReplicaCount: 2
|
defaultClassReplicaCount: 2
|
||||||
reclaimPolicy: Retain
|
# reclaimPolicy: Retain
|
||||||
|
|
||||||
global:
|
global:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
|
|
Loading…
Reference in a new issue