diff options
author | Amit Rathi <amit@hypertrack.io> | 2018-07-19 17:39:32 +0530 |
---|---|---|
committer | Amit Rathi <amit@hypertrack.io> | 2018-07-20 15:07:48 +0530 |
commit | 874bb6bb4d4b2e011b28ac2aabf3b64e0ed44184 (patch) | |
tree | 746b27c6770aaf1905da802d12e017046ed06c64 /vendor | |
parent | 928c81e2598da2a114011549b7aa68fce85fd077 (diff) | |
download | gitlab-ce-874bb6bb4d4b2e011b28ac2aabf3b64e0ed44184.tar.gz |
Specify Jupyter Image to use with JupyterHub Installation
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/jupyter/values.yaml | 1 |
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'] |