Skip to content

Commit 6e08e7b

Browse files
author
tylertitsworth
committed
add subpath
Signed-off-by: tylertitsworth <tyler.titsworth@intel.com>
1 parent 4bbd819 commit 6e08e7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

workflows/charts/tensorflow-serving/templates/deployment.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ spec:
5959
- mountPath: /dev/shm
6060
name: dshm
6161
- name: model
62-
mountPath: /models
62+
mountPath: /models/
63+
subPath: {{ .Values.deploy.modelName }}/saved_model
6364
resources:
6465
{{- toYaml .Values.deploy.resources | nindent 12 }}
6566
volumes:

0 commit comments

Comments
 (0)