From 874bb6bb4d4b2e011b28ac2aabf3b64e0ed44184 Mon Sep 17 00:00:00 2001 From: Amit Rathi Date: Thu, 19 Jul 2018 17:39:32 +0530 Subject: Specify Jupyter Image to use with JupyterHub Installation --- vendor/jupyter/values.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'vendor') 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'] -- cgit v1.2.3