Skip to content
New issue

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

OverrideNames failure #385

Open
ctr26 opened this issue Apr 7, 2023 · 0 comments
Open

OverrideNames failure #385

ctr26 opened this issue Apr 7, 2023 · 0 comments

Comments

@ctr26
Copy link

ctr26 commented Apr 7, 2023

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant