From 6774be59e2d62cf319cfc093821eb652087dee30 Mon Sep 17 00:00:00 2001
From: Dung Vu <dvu@csusb.edu>
Date: Tue, 14 Mar 2023 23:57:44 -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..12aa609 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