summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Rathi <amit@hypertrack.io>2018-07-19 17:39:32 +0530
committerAmit Rathi <amit@hypertrack.io>2018-07-19 17:39:32 +0530
commit6f88b7d986a0c2d9348db1e16b34e0b894ff00ba (patch)
treefd0b6093924e422b928168ac1796d30405552991
parent928c81e2598da2a114011549b7aa68fce85fd077 (diff)
downloadgitlab-ce-6f88b7d986a0c2d9348db1e16b34e0b894ff00ba.tar.gz
Specify Jupyter Image to use with JupyterHub Installation
-rw-r--r--vendor/jupyter/values.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/jupyter/values.yaml b/vendor/jupyter/values.yaml
index 90817de0f1b..4ea5b44c59c 100644
--- a/vendor/jupyter/values.yaml
+++ b/vendor/jupyter/values.yaml
@@ -4,6 +4,7 @@ rbac:
hub:
extraEnv:
JUPYTER_ENABLE_LAB: 1
+ SINGLEUSER_IMAGE: 'registry.gitlab.com/gitlab-org/jupyterhub-user-image:latest'
extraConfig: |
c.KubeSpawner.cmd = ['jupyter-labhub']