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 }} - host: {{ . | quote }}
http: http:
paths: paths:
{{- range $ingressPaths }} {{- range $ingressPaths }}
- path: {{ . }} - path: {{ . }}
backend: backend:
serviceName: {{ $fullName }} serviceName: {{ $fullName }}
servicePort: http servicePort: http
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- end }} {{- end }}
` `

Loading…
Cancel
Save