summaryrefslogtreecommitdiff
path: root/vendor/jupyter
diff options
context:
space:
mode:
authorAmit Rathi <amit@hypertrack.io>2018-07-19 17:39:32 +0530
committerAmit Rathi <amit@hypertrack.io>2018-07-20 15:07:48 +0530
commit874bb6bb4d4b2e011b28ac2aabf3b64e0ed44184 (patch)
tree746b27c6770aaf1905da802d12e017046ed06c64 /vendor/jupyter
parent928c81e2598da2a114011549b7aa68fce85fd077 (diff)
downloadgitlab-ce-874bb6bb4d4b2e011b28ac2aabf3b64e0ed44184.tar.gz
Specify Jupyter Image to use with JupyterHub Installation
Diffstat (limited to 'vendor/jupyter')
-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']