Fixed ingress in helm chart.

This commit is contained in:
Benoit Schweblin 2021-03-29 20:20:52 +01:00
parent 97c97c5137
commit bad9abd1c5

View File

@ -28,6 +28,7 @@ spec:
paths:
{{- range .paths }}
- path: {{ . }}
pathType: Prefix
backend:
service:
name: {{ $fullName }}