diff --git a/helm/sciserver/templates/fileservice/fileservice-deployment.yaml b/helm/sciserver/templates/fileservice/fileservice-deployment.yaml index 26cc234..38c5a68 100644 --- a/helm/sciserver/templates/fileservice/fileservice-deployment.yaml +++ b/helm/sciserver/templates/fileservice/fileservice-deployment.yaml @@ -99,6 +99,9 @@ spec: {{- range $key, $val := .Values.fileservice.pvcVolumes }} - name: {{ $key }} mountPath: {{ $val.mountPath }} + {{- if $val.subPath }} + subPath: {{ $val.subPath }} + {{- end }} {{- end }} livenessProbe: timeoutSeconds: 5