Merge pull request #5074 from alexhumphreys/fix/ingress-whitespace

Fix(helm): Use spaces in ingress template
Signed-off-by: Kevin Labesse <kevin@labesse.me>
pull/4961/head
Justin Scott 7 years ago committed by GitHub
commit acfe2b16a2

@ -158,12 +158,12 @@ spec:
- host: {{ . | quote }}
http:
paths:
{{- range $ingressPaths }}
{{- range $ingressPaths }}
- path: {{ . }}
backend:
serviceName: {{ $fullName }}
servicePort: http
{{- end }}
{{- end }}
{{- end }}
{{- end }}
`

Loading…
Cancel
Save