Skip to content

Commit

Permalink
Fix ingress bug
Browse files Browse the repository at this point in the history
  • Loading branch information
martina-if committed Oct 12, 2020
1 parent e0a9605 commit 9f44b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/chart/backstage/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "/" }}
Expand Down

0 comments on commit 9f44b65

Please sign in to comment.