Skip to content
Snippets Groups Projects
Commit 12347f58 authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

fix volume name

parent c409cabb
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
volumeMounts:
- name: jupyter-volume
- name: jupyter-data
mountPath: /home/jovyan/work
stdin: {{ .Values.image.stdinOpen }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment