Enlarging double quotes

This commit is contained in:
Moritz Graf 2020-04-27 21:01:15 +02:00 committed by Charlie Drage
parent 4cc783b2b1
commit 7340a6278a
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ spec:
paths:
- path: {{ default "/" .path }}
backend:
serviceName: "{{ template "fullname" $ }}"-http
serviceName: "{{ template "fullname" $ }}-http"
servicePort: {{ $.Values.service.http.port }}
{{- end }}
{{- if .Values.ingress.tls }}