From 06c4feb045ec295c9225347a2dc89c2a8e22a631 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 16 Jan 2024 16:58:36 -0600 Subject: [PATCH] Update local-hostpath storagepath --- .../apps/storage/local-path-provisioner/app/helmrelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/apps/storage/local-path-provisioner/app/helmrelease.yaml b/kubernetes/apps/storage/local-path-provisioner/app/helmrelease.yaml index a1283133..9dca0eaa 100644 --- a/kubernetes/apps/storage/local-path-provisioner/app/helmrelease.yaml +++ b/kubernetes/apps/storage/local-path-provisioner/app/helmrelease.yaml @@ -58,7 +58,7 @@ spec: config: driver: local-hostpath local-hostpath: - shareBasePath: &storagePath /mnt/localpath + shareBasePath: &storagePath /var/lib/rancher/k3s/local-hostpath controllerBasePath: *storagePath dirPermissionsMode: "0770" dirPermissionsUser: 0