Update local-hostpath storagepath
This commit is contained in:
parent
df391646b8
commit
06c4feb045
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ spec:
|
||||||
config:
|
config:
|
||||||
driver: local-hostpath
|
driver: local-hostpath
|
||||||
local-hostpath:
|
local-hostpath:
|
||||||
shareBasePath: &storagePath /mnt/localpath
|
shareBasePath: &storagePath /var/lib/rancher/k3s/local-hostpath
|
||||||
controllerBasePath: *storagePath
|
controllerBasePath: *storagePath
|
||||||
dirPermissionsMode: "0770"
|
dirPermissionsMode: "0770"
|
||||||
dirPermissionsUser: 0
|
dirPermissionsUser: 0
|
||||||
|
|
Loading…
Reference in a new issue