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