16 lines
383 B
YAML
16 lines
383 B
YAML
|
apiVersion: v1
|
||
|
data:
|
||
|
config.json: |-
|
||
|
{
|
||
|
"nodePathMap":[
|
||
|
{
|
||
|
"node":"DEFAULT_PATH_FOR_NON_LISTED_NODES",
|
||
|
"paths":["/var/mnt/sdc/localstorage","/var/mnt/sda/localstorage","/var/mnt/sdb/localstorage"]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
kind: ConfigMap
|
||
|
metadata:
|
||
|
name: local-path-config
|
||
|
namespace: local-path-storage
|