Fix file subpath
This commit is contained in:
@ -78,6 +78,9 @@ volumeMounts:
|
||||
{{- range $mountName, $mountEntry := $mountData }} {{- /* (4) */}}
|
||||
- name: {{ printf "%s-file" $mountName }}
|
||||
mountPath: {{ $mountEntry.path }}
|
||||
{{- if $mountEntry.subPath }} {{- /* (5) */}}
|
||||
subPath: {{- $mountEntry.subPath }}
|
||||
{{- end }} {{- /* /(5) */}}
|
||||
{{- end }} {{- /* /(4) */}}
|
||||
{{- end }} {{- /* /(3) */}}
|
||||
{{- if eq $mountKind "extraVolumes" }} {{- /* (3) */}}
|
||||
|
Reference in New Issue
Block a user