Make everything work
This commit is contained in:
parent
e3070ba81a
commit
505aac2989
|
@ -7,7 +7,8 @@ helmCharts:
|
|||
name: jupyterhub
|
||||
releaseName: hig-jupyterhub
|
||||
valuesFile: ./values/values.yaml
|
||||
version: 3.0.3
|
||||
version: 3.2.1
|
||||
namespace: hig-jupyterhub
|
||||
helmGlobals:
|
||||
chartHome: ../../../base/charts/
|
||||
patches:
|
||||
|
|
|
@ -321,6 +321,7 @@ singleuser:
|
|||
storageClass: csi-sc-cinderplugin
|
||||
extraEnv:
|
||||
JUPYTER_ENABLE_LAB: "yes"
|
||||
JUPYTER_HOST: hig-jupyter.drive.test.sunet.se
|
||||
extraFiles:
|
||||
jupyter_notebook_config:
|
||||
mountPath: /home/jovyan/.jupyter/jupyter_server_config.py
|
||||
|
|
|
@ -7,7 +7,8 @@ helmCharts:
|
|||
name: jupyterhub
|
||||
releaseName: su-jupyterhub
|
||||
valuesFile: ./values/values.yaml
|
||||
version: 3.0.3
|
||||
version: 3.2.1
|
||||
namespace: su-jupyterhub
|
||||
helmGlobals:
|
||||
chartHome: ../../../base/charts/
|
||||
patches:
|
||||
|
|
|
@ -321,6 +321,7 @@ singleuser:
|
|||
storageClass: csi-sc-cinderplugin
|
||||
extraEnv:
|
||||
JUPYTER_ENABLE_LAB: "yes"
|
||||
JUPYTER_HOST: su-jupyter.drive.test.sunet.se
|
||||
extraFiles:
|
||||
jupyter_notebook_config:
|
||||
mountPath: /home/jovyan/.jupyter/jupyter_server_config.py
|
||||
|
|
|
@ -321,6 +321,7 @@ singleuser:
|
|||
storageClass: csi-sc-cinderplugin
|
||||
extraEnv:
|
||||
JUPYTER_ENABLE_LAB: "yes"
|
||||
JUPYTER_HOST: sunet-jupyter.drive.test.sunet.se
|
||||
extraFiles:
|
||||
jupyter_notebook_config:
|
||||
mountPath: /home/jovyan/.jupyter/jupyter_server_config.py
|
||||
|
|
|
@ -7,7 +7,8 @@ helmCharts:
|
|||
name: jupyterhub
|
||||
releaseName: uu-jupyterhub
|
||||
valuesFile: ./values/values.yaml
|
||||
version: 3.0.3
|
||||
version: 3.2.1
|
||||
namespace: uu-jupyterhub
|
||||
helmGlobals:
|
||||
chartHome: ../../../base/charts/
|
||||
patches:
|
||||
|
|
|
@ -321,6 +321,7 @@ singleuser:
|
|||
storageClass: csi-sc-cinderplugin
|
||||
extraEnv:
|
||||
JUPYTER_ENABLE_LAB: "yes"
|
||||
JUPYTER_HOST: uu-jupyter.drive.test.sunet.se
|
||||
extraFiles:
|
||||
jupyter_notebook_config:
|
||||
mountPath: /home/jovyan/.jupyter/jupyter_server_config.py
|
||||
|
|
Loading…
Reference in a new issue