Skip to content

Commit 9f71bb2

Browse files
update documentation
1 parent 7f67a51 commit 9f71bb2

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

jupyterhub/templates/_helpers.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,8 +495,8 @@ limits:
495495

496496
{{- /*
497497
jupyterhub.namespace:
498-
Allow the release namespace to be overridden for multi-namespace deployments
499-
in combined charts.
498+
Returns the namespace for chart resources. Uses .Values.namespaceOverride
499+
if set, otherwise defaults to .Release.Namespace.
500500
*/}}
501501
{{- define "jupyterhub.namespace" -}}
502502
{{- default .Release.Namespace .Values.namespaceOverride | trunc 63 | trimSuffix "-" -}}

jupyterhub/values.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
fullnameOverride: ""
44
nameOverride:
55

6-
# namespaceOverride allows all resources to be deployed to a namespace different
7-
# from the Helm release namespace. Useful for multi-namespace deployments or when
8-
# integrating this chart as a subchart.
6+
# namespaceOverride sets the namespace for all chart resources.
7+
# If not set, defaults to the Helm release namespace (.Release.Namespace).
98
namespaceOverride:
109

1110
# enabled is ignored by the jupyterhub chart itself, but a chart depending on

0 commit comments

Comments
 (0)