From f545a47162e058e2fabf4f3d98c0f293403236fe Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Mon, 12 Jan 2026 18:00:09 +0200 Subject: [PATCH] Fix desubot storage --- k8s/core/kube-system-custom/kustomization.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/k8s/core/kube-system-custom/kustomization.yaml b/k8s/core/kube-system-custom/kustomization.yaml index a4738d1..4b5a177 100644 --- a/k8s/core/kube-system-custom/kustomization.yaml +++ b/k8s/core/kube-system-custom/kustomization.yaml @@ -6,3 +6,12 @@ resources: - nfs-storage.yaml - coredns-internal-resolve.yaml +helmCharts: + - name: csi-driver-nfs + repo: https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts + version: 4.12.0 + releaseName: csi-driver-nfs + namespace: kube-system + #valuesFile: values.yaml + includeCRDs: true +