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

Fix(helm): Use spaces in ingress template
pull/5075/head
Justin Scott 6 years ago committed by GitHub
commit e7bd4da683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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