Skip to content

Commit aa4579b

Browse files
authored
add subpath spec for volume claim mounts (#97)
1 parent 17c3186 commit aa4579b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

helm/sciserver/templates/fileservice/fileservice-deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ spec:
9999
{{- range $key, $val := .Values.fileservice.pvcVolumes }}
100100
- name: {{ $key }}
101101
mountPath: {{ $val.mountPath }}
102+
{{- if $val.subPath }}
103+
subPath: {{ $val.subPath }}
104+
{{- end }}
102105
{{- end }}
103106
livenessProbe:
104107
timeoutSeconds: 5

0 commit comments

Comments
 (0)