Fix file subpath
This commit is contained in:
		@@ -2,7 +2,7 @@ apiVersion: v2
 | 
				
			|||||||
name: softplayer-lib-workload
 | 
					name: softplayer-lib-workload
 | 
				
			||||||
description: A library to be reused accross softplayer charts
 | 
					description: A library to be reused accross softplayer charts
 | 
				
			||||||
type: library
 | 
					type: library
 | 
				
			||||||
version: 0.1.4
 | 
					version: 0.1.5
 | 
				
			||||||
maintainers:
 | 
					maintainers:
 | 
				
			||||||
  - name: allanger
 | 
					  - name: allanger
 | 
				
			||||||
    email: allanger@badhouseplants.net
 | 
					    email: allanger@badhouseplants.net
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -79,7 +79,7 @@ volumeMounts:
 | 
				
			|||||||
  - name: {{ printf "%s-file" $mountName }}
 | 
					  - name: {{ printf "%s-file" $mountName }}
 | 
				
			||||||
    mountPath: {{ $mountEntry.path }} 
 | 
					    mountPath: {{ $mountEntry.path }} 
 | 
				
			||||||
{{- if $mountEntry.subPath }} {{- /* (5) */}}
 | 
					{{- if $mountEntry.subPath }} {{- /* (5) */}}
 | 
				
			||||||
    subPath: {{- $mountEntry.subPath }}
 | 
					    subPath: {{ $mountEntry.subPath }}
 | 
				
			||||||
{{- end }} {{- /* /(5) */}}
 | 
					{{- end }} {{- /* /(5) */}}
 | 
				
			||||||
{{- end }} {{- /* /(4) */}}
 | 
					{{- end }} {{- /* /(4) */}}
 | 
				
			||||||
{{- end }} {{- /* /(3) */}}
 | 
					{{- end }} {{- /* /(3) */}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user