From 4a887b67751b4140550b9c64c52a76749bc37f1e Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Mon, 12 Jan 2026 17:25:30 +0200 Subject: [PATCH] Added NFS SC --- k8s/core/kube-system-custom/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/k8s/core/kube-system-custom/kustomization.yaml b/k8s/core/kube-system-custom/kustomization.yaml index ecefe24..a4738d1 100644 --- a/k8s/core/kube-system-custom/kustomization.yaml +++ b/k8s/core/kube-system-custom/kustomization.yaml @@ -3,5 +3,6 @@ kind: Kustomization resources: - app.yaml + - nfs-storage.yaml - coredns-internal-resolve.yaml