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