From 2fe998943a7e961ba465c92cc2df247fda9fd813 Mon Sep 17 00:00:00 2001 From: Dung Vu <dvu@csusb.edu> Date: Wed, 15 Mar 2023 00:51:53 -0700 Subject: [PATCH] Update values.template.yaml --- values.template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.template.yaml b/values.template.yaml index e5e90ef..1b5f197 100644 --- a/values.template.yaml +++ b/values.template.yaml @@ -188,7 +188,7 @@ singleuser: - name: csusb-hpc-share mountPath: /home/jovyan/shared - name: mkshare-script - mountPath: /usr/local/bin/before-notebook.d/mkshare.sh + mountPath: /usr/local/bin/before-notebook.d/ subPath: mkshare.sh image: name: localhost:30081/prp/jupyter-stack/minimal -- GitLab