Skip to content

Commit 4bbd819

Browse files
author
tylertitsworth
committed
mount without name
Signed-off-by: tylertitsworth <tyler.titsworth@intel.com>
1 parent 9b0d5dd commit 4bbd819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
- mountPath: /dev/shm
6060
name: dshm
6161
- name: model
62-
mountPath: /models/{{ .Values.deploy.modelName }}
62+
mountPath: /models
6363
resources:
6464
{{- toYaml .Values.deploy.resources | nindent 12 }}
6565
volumes:

0 commit comments

Comments
 (0)