From dbf1b0ea62aa2f1fcd14638d714b4b0c5df1383b Mon Sep 17 00:00:00 2001
From: Dung Vu <dvu@csusb.edu>
Date: Fri, 26 May 2023 10:24:19 -0700
Subject: [PATCH] Update values.template.yaml

---
 values.template.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/values.template.yaml b/values.template.yaml
index 8799dd2..d5675ba 100644
--- a/values.template.yaml
+++ b/values.template.yaml
@@ -198,9 +198,9 @@ singleuser:
       - name: csusb-hpc-share
         mountPath: /home/jovyan/shared        
       - name: csusb-cvmfs
-         mountPath: /csusb-cvmfs
+        mountPath: /csusb-cvmfs
 # C VMFS automount volumes must be mounted with HostToContainer mount propagation.
-         mountPropagation: HostToContainer
+        mountPropagation: HostToContainer
 
 # bypass this  
 #      - name: mkshare-script
-- 
GitLab