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