From 7340a6278aadb6f5dd083a26d2eba13576bd5c03 Mon Sep 17 00:00:00 2001 From: Moritz Graf Date: Mon, 27 Apr 2020 21:01:15 +0200 Subject: [PATCH] Enlarging double quotes --- templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ingress.yaml b/templates/ingress.yaml index 434a0f1..31a5b51 100644 --- a/templates/ingress.yaml +++ b/templates/ingress.yaml @@ -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 }}