Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-05-24 18:11:30 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-05-25 17:16:41 +0300
commitb3cf1530829755411a7057031c2e8ea36ee31b62 (patch)
treec6e59cba4d4c5f9ed23dcae20dd773d60ef519b9 /vendor
parent4220e914db356f4a55c771a7ad7f559e2507dd56 (diff)
Add oauth reference to jupyter cluster app
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'vendor')
-rw-r--r--vendor/jupyter/values.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/jupyter/values.yaml b/vendor/jupyter/values.yaml
index f9455f90986..90817de0f1b 100644
--- a/vendor/jupyter/values.yaml
+++ b/vendor/jupyter/values.yaml
@@ -7,6 +7,9 @@ hub:
extraConfig: |
c.KubeSpawner.cmd = ['jupyter-labhub']
+auth:
+ type: gitlab
+
singleuser:
defaultUrl: "/lab"