From f6cb2c7622c2259dd14185f3f348baae1f073542 Mon Sep 17 00:00:00 2001 From: Dung Vu <dvu@csusb.edu> Date: Tue, 29 Aug 2023 13:58:55 -0700 Subject: [PATCH] Update values.template.yaml -> start-notebook.sh --- values.template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values.template.yaml b/values.template.yaml index 2dfd6ee..762d059 100644 --- a/values.template.yaml +++ b/values.template.yaml @@ -230,8 +230,8 @@ singleuser: extraResource: limits: {} guarantees: {} - # cmd: start-notebook.sh - cmd: jupyterhub-singleuser + cmd: start-notebook.sh +# cmd: jupyterhub-singleuser defaultUrl: "/lab" # profileList: # - display_name: Stack Minimal -- GitLab