We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9109d5b commit 2d4a10cCopy full SHA for 2d4a10c
1 file changed
resources/helm/dask-gateway/templates/gateway/configmap.yaml
@@ -103,10 +103,10 @@ data:
103
"please specify `gateway.auth.jupyterhub.apiUrl` in "
104
"your config file"
105
)
106
- c.DaskGateway.JupyterHubAuthenticator.jupyterhub_api_url = api_url
+ c.JupyterHubAuthenticator.jupyterhub_api_url = api_url
107
service_name = get_property("gateway.auth.jupyterhub.jupyterhubServiceName")
108
if service_name is not None:
109
- c.DaskGateway.JupyterHubAuthenticator.jupyterhub_service_name = service_name
+ c.JupyterHubAuthenticator.jupyterhub_service_name = service_name
110
elif auth_type == "custom":
111
auth_cls = get_property("gateway.auth.custom.class")
112
c.DaskGateway.authenticator_class = auth_cls
0 commit comments