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 56d4b58 commit b6e1125Copy full SHA for b6e1125
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:
0 commit comments