Skip to content

Commit 12de958

Browse files
authored
Merge pull request #977 from gesiscss/master
use chart jupyterhub-0.9-5eb48bc
2 parents 8425b24 + a2079a5 commit 12de958

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

doc/authentication.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,12 @@ you need to add the following into ``config.yaml``:
1919
users: False
2020
2121
hub:
22+
redirectToServer: false
2223
services:
2324
binder:
2425
oauth_redirect_uri: "http://<binderhub_url>/oauth_callback"
2526
oauth_client_id: "binder-oauth-client-test"
2627
extraConfig:
27-
hub_extra: |
28-
c.JupyterHub.redirect_to_server = False
29-
3028
binder: |
3129
from kubespawner import KubeSpawner
3230
@@ -83,6 +81,9 @@ you have to enable named servers on JupyterHub:
8381
jupyterhub:
8482
hub:
8583
allowNamedServers: true
84+
# change this value as you wish,
85+
# or remove this line if you don't want to have any limit
86+
namedServerLimitPerUser: 5
8687
8788
.. note::
8889
BinderHub assigns a unique name to each server with max 40 characters.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dependencies:
22
- name: jupyterhub
3-
version: "0.9-2d435d6"
3+
version: "0.9-5eb48bc"
44
repository: "https://jupyterhub.github.io/helm-chart"

0 commit comments

Comments
 (0)