Skip to content

OverrideNames failure #385

@ctr26

Description

@ctr26

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions