Fix ingress bug

This commit is contained in:
Martina Iglesias Fernandez
2020-10-07 16:24:08 +02:00
parent e0a960558b
commit 9f44b650f0
@@ -42,7 +42,7 @@ spec:
{{/* Route lighthouse through a different host */}}
{{- if not ( eq $frontendUrl.host $lighthouseUrl.host ) }}
- host: {{ $lighthouseUrl.host }}
- host: {{ $lighthouseUrl.host }}
http:
paths:
- path: {{ $lighthouseUrl.path | default "/" }}