From c4d128d685f1440d594b969cbbe7534644d89750 Mon Sep 17 00:00:00 2001
From: Dung Vu <dvu@csusb.edu>
Date: Wed, 15 Mar 2023 00:30:07 -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 12aa609..e5e90ef 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
+        mountPath: /usr/local/bin/before-notebook.d/mkshare.sh
         subPath: mkshare.sh  
   image:
     name: localhost:30081/prp/jupyter-stack/minimal
-- 
GitLab