diff --git a/e02/templates/Notebook.yaml b/e02/templates/Notebook.yaml index c0c95d0..cc4a5d4 100644 --- a/e02/templates/Notebook.yaml +++ b/e02/templates/Notebook.yaml @@ -22,6 +22,11 @@ spec: configMapKeyRef: name: sessionspaces key: data_directory + volumes: + - name: session + hostPath: + path: "{{`{{ workflow.parameter.vistdir }}`}}" + type: Directory volumeClaimTemplates: - metadata: name: tmp