We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb7e88 commit 697c317Copy full SHA for 697c317
helm-chart/binderhub/requirements.yaml
@@ -1,5 +1,5 @@
1
dependencies:
2
# https://github.com/jupyterhub/zero-to-jupyterhub-k8s/tags
3
- name: jupyterhub
4
- version: "0.10.6"
+ version: "0.11.1"
5
repository: "https://jupyterhub.github.io/helm-chart"
helm-chart/binderhub/values.yaml
@@ -125,11 +125,9 @@ jupyterhub:
125
binder:
126
admin: true
127
apiToken:
128
- auth:
129
- type: custom
130
- custom:
131
- # disable login (users created exclusively via API)
132
- className: nullauthenticator.NullAuthenticator
+ config:
+ JupyterHub:
+ authenticator_class: "nullauthenticator.NullAuthenticator"
133
singleuser:
134
# start jupyter notebook
135
cmd: jupyter-notebook
0 commit comments