11 lines
341 B
YAML
11 lines
341 B
YAML
|
driver: nfs-client
|
||
|
instance_id: ${attr.unique.hostname}
|
||
|
nfs:
|
||
|
shareHost: 192.168.2.10
|
||
|
shareBasePath: "/Containers/nomad-csi"
|
||
|
# shareHost:shareBasePath should be mounted at this location in the controller container
|
||
|
controllerBasePath: "/storage"
|
||
|
dirPermissionsMode: "0777"
|
||
|
# dirPermissionsUser: root
|
||
|
# dirPermissionsGroup: wheel
|