From 643d9871b74b9be6814a4654e2f16da5da85044e Mon Sep 17 00:00:00 2001 From: Maxime Leroy <19607336+maxime1907@users.noreply.github.com> Date: Thu, 11 Aug 2022 10:28:24 +0200 Subject: [PATCH] fix: add missing fields nameOverride and fullnameOverride --- resources/helm/dask-gateway/values.schema.yaml | 10 ++++++++++ resources/helm/dask-gateway/values.yaml | 8 ++++++++ 2 files changed, 18 insertions(+) diff --git a/resources/helm/dask-gateway/values.schema.yaml b/resources/helm/dask-gateway/values.schema.yaml index 6aba6aee..d7950579 100644 --- a/resources/helm/dask-gateway/values.schema.yaml +++ b/resources/helm/dask-gateway/values.schema.yaml @@ -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 diff --git a/resources/helm/dask-gateway/values.yaml b/resources/helm/dask-gateway/values.yaml index 92a21018..46eee0ba 100644 --- a/resources/helm/dask-gateway/values.yaml +++ b/resources/helm/dask-gateway/values.yaml @@ -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