Skip to content

Commit 2d4a10c

Browse files
committed
Fix traitlets configuration detail
1 parent 9109d5b commit 2d4a10c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/helm/dask-gateway/templates/gateway/configmap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ data:
103103
"please specify `gateway.auth.jupyterhub.apiUrl` in "
104104
"your config file"
105105
)
106-
c.DaskGateway.JupyterHubAuthenticator.jupyterhub_api_url = api_url
106+
c.JupyterHubAuthenticator.jupyterhub_api_url = api_url
107107
service_name = get_property("gateway.auth.jupyterhub.jupyterhubServiceName")
108108
if service_name is not None:
109-
c.DaskGateway.JupyterHubAuthenticator.jupyterhub_service_name = service_name
109+
c.JupyterHubAuthenticator.jupyterhub_service_name = service_name
110110
elif auth_type == "custom":
111111
auth_cls = get_property("gateway.auth.custom.class")
112112
c.DaskGateway.authenticator_class = auth_cls

0 commit comments

Comments
 (0)