We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you include nameoverrides in the jupterhub deployment daskhub can't figure out what secrets or services to use
If you do this in the values.yaml
jupyterhub: nameOverride: dask fullnameOverride: dask
Then you need to correct it with this
dask-gateway: gateway: auth: jupyterhub: apiUrl: "http://dask-hub:8081/hub/api" apiTokenFromSecretName: dask-hub apiTokenFromSecretKey: dask-hub.services.dask-gateway.apiToken
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you include nameoverrides in the jupterhub deployment daskhub can't figure out what secrets or services to use
If you do this in the values.yaml
Then you need to correct it with this
The text was updated successfully, but these errors were encountered: