Fix file subpath

This commit is contained in:
2024-05-21 10:09:11 +02:00
parent aebbf3ea9f
commit 02f726ec8d
2 changed files with 2 additions and 2 deletions

View File

@ -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) */}}