Skip to content

Commit 69da78d

Browse files
authored
Merge pull request #1259 from consideRatio/pr/fix-hub.config-location
fix: location of hubconfig should be hub.config
2 parents c028fda + 06dbe4c commit 69da78d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

helm-chart/binderhub/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jupyterhub:
6363
rbac:
6464
enabled: true
6565
hub:
66+
config:
67+
JupyterHub:
68+
authenticator_class: nullauthenticator.NullAuthenticator
6669
extraConfig:
6770
00-binder: |
6871
from tornado import web
@@ -125,9 +128,6 @@ jupyterhub:
125128
binder:
126129
admin: true
127130
apiToken:
128-
config:
129-
JupyterHub:
130-
authenticator_class: "nullauthenticator.NullAuthenticator"
131131
singleuser:
132132
# start jupyter notebook
133133
cmd: jupyter-notebook

0 commit comments

Comments
 (0)