First release

This commit is contained in:
Adrien Reslinger 2020-03-16 15:34:32 +01:00
parent f9305cfab1
commit adca04dadf
13 changed files with 260 additions and 0 deletions

View file

@ -0,0 +1,16 @@
kind: ConfigMap
apiVersion: v1
metadata:
name: local-path-config
namespace: local-path-storage
data:
config.json: |-
{
"nodePathMap":[
{
"node":"DEFAULT_PATH_FOR_NON_LISTED_NODES",
"paths":["/mnt/shared"]
}
]
}