mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
Wrap Host with Quote so we can have wildcard domain
This commit is contained in:
parent
34a54fbdfc
commit
63af60967e
@ -17,13 +17,13 @@ spec:
|
||||
tls:
|
||||
{{- range $key, $val := $.Values.oneuptimeIngress.tls.hosts }}
|
||||
- hosts:
|
||||
- {{ $val.host }}
|
||||
- {{ $val.host | quote }}
|
||||
secretName: {{ $val.secretName }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
rules:
|
||||
{{- range $key, $val := $.Values.oneuptimeIngress.hosts }}
|
||||
- host: {{ $val }}
|
||||
- host: {{ $val | quote }}
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
@ -58,4 +58,4 @@ spec:
|
||||
port:
|
||||
name: "oneuptime-http"
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
Loading…
Reference in New Issue
Block a user