Instead of always inferring the path at which files in a resource set are located, let users override the path by specifying a `path` field. This makes it possible to add the same resource set multiple times with different values while still keeping distinct names for addressability (for example when using include/exclude). This fixes #70
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| context: k8s.prod.mydomain.com
 | |
| include:
 | |
|   - name: parent
 | |
|     path: parent-path
 | |
|     include:
 | |
|       - name: child
 | |
|         path: child-path
 |