From 9f44b650f0d46ac9c6a4cf8a916b9d031c0dc99e Mon Sep 17 00:00:00 2001 From: Martina Iglesias Fernandez Date: Wed, 7 Oct 2020 16:24:08 +0200 Subject: [PATCH] Fix ingress bug --- contrib/chart/backstage/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/chart/backstage/templates/ingress.yaml b/contrib/chart/backstage/templates/ingress.yaml index 7705d52a93743..034862ef7508b 100644 --- a/contrib/chart/backstage/templates/ingress.yaml +++ b/contrib/chart/backstage/templates/ingress.yaml @@ -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 "/" }}