From 0b3fddbd40c809d183fe45558ba3ebb2bfd119ff Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Mon, 12 Jan 2026 18:31:01 +0200 Subject: [PATCH] Fix desubot storage --- k8s/core/kube-system-custom/nfs-storage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/core/kube-system-custom/nfs-storage.yaml b/k8s/core/kube-system-custom/nfs-storage.yaml index 078b11e..3020988 100644 --- a/k8s/core/kube-system-custom/nfs-storage.yaml +++ b/k8s/core/kube-system-custom/nfs-storage.yaml @@ -6,7 +6,7 @@ metadata: provisioner: nfs.csi.k8s.io parameters: server: nas.homenet - share: /mnt/storage/Storage/PVC + share: /mnt/storage reclaimPolicy: Retain volumeBindingMode: Immediate mountOptions: