From a2deab9475802fc4eae8d85adae59d979bd6b14b Mon Sep 17 00:00:00 2001 From: "Guillaume B.B. Van Hemmen" Date: Sat, 28 Dec 2024 22:44:04 +0100 Subject: [PATCH] #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. --- helm-values/longhorn.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-values/longhorn.yaml b/helm-values/longhorn.yaml index 9ec0442..819ff5e 100644 --- a/helm-values/longhorn.yaml +++ b/helm-values/longhorn.yaml @@ -6,7 +6,7 @@ defaultSettings: persistence: defaultClassReplicaCount: 2 - reclaimPolicy: Retain +# reclaimPolicy: Retain global: nodeSelector: