Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions resources/helm/dask-gateway/values.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ required:
- rbac
- global
properties:
fullnameOverride:
type: [string, "null"]
description: |
fullnameOverride and nameOverride allow you to adjust how the resources
part of the Helm chart are named.
nameOverride:
type: [string, "null"]
description: |
See the description of fullnameOverride.

gateway:
type: object
additionalProperties: false
Expand Down
8 changes: 8 additions & 0 deletions resources/helm/dask-gateway/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Provide a name to partially substitute for the full names of resources (will maintain the release name)
##
nameOverride: ""

## Provide a name to substitute for the full names of resources
##
fullnameOverride: ""

# gateway nested config relates to the api Pod and the dask-gateway-server
# running within it, the k8s Service exposing it, as well as the schedulers
# (gateway.backend.scheduler) and workers gateway.backend.worker) created by the
Expand Down