We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6220819 commit 1db212dCopy full SHA for 1db212d
jupyterhub/templates/httproute.yaml
@@ -14,7 +14,7 @@ spec:
14
- kind: Gateway
15
name: {{ .Values.httpRoute.gateway.name }}
16
{{- with .Values.httpRoute.gateway.namespace }}
17
- namespace: {{ . }}
+ namespace: "{{ . }}"
18
{{- end }}
19
{{- with .Values.httpRoute.hostnames }}
20
hostnames:
jupyterhub/values.yaml
@@ -720,7 +720,7 @@ httpRoute:
720
hostnames: []
721
gateway:
722
name: your-gateway
723
- # namespace: if different from Z2JH
+ namespace: "" # required for a gateway resource in another namespace
724
725
# cull relates to the jupyterhub-idle-culler service, responsible for evicting
726
# inactive singleuser pods.
0 commit comments