Commit 89467a8b authored by Alex Humphreys's avatar Alex Humphreys

Fix(helm): Use spaces in ingress template

The rest of the ingress template was using spaces, just these two lines
were tabs.
Signed-off-by: 's avatarAlex Humphreys <alex.humphreys@here.com>
parent 6e5c2d57
......@@ -158,12 +158,12 @@ spec:
- host: {{ . | quote }}
http:
paths:
{{- range $ingressPaths }}
{{- range $ingressPaths }}
- path: {{ . }}
backend:
serviceName: {{ $fullName }}
servicePort: http
{{- end }}
{{- end }}
{{- end }}
{{- end }}
`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment