Unverified Commit e7bd4da6 authored by Justin Scott's avatar Justin Scott Committed by GitHub

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

Fix(helm): Use spaces in ingress template
parents 6e5c2d57 89467a8b
......@@ -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