Skip to content

Commit b6e1125

Browse files
committed
Fix edge case with numerical namespace strings
1 parent 56d4b58 commit b6e1125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterhub/templates/httproute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
- kind: Gateway
1515
name: {{ .Values.httpRoute.gateway.name }}
1616
{{- with .Values.httpRoute.gateway.namespace }}
17-
namespace: {{ . }}
17+
namespace: "{{ . }}"
1818
{{- end }}
1919
{{- with .Values.httpRoute.hostnames }}
2020
hostnames:

0 commit comments

Comments
 (0)