From 4cc783b2b1a9517f8683d4427c3d73726f7a8b5e Mon Sep 17 00:00:00 2001 From: Moritz Graf Date: Mon, 27 Apr 2020 19:54:21 +0200 Subject: [PATCH] Fixing access to global namespace from within range --- templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ingress.yaml b/templates/ingress.yaml index accad3f..434a0f1 100644 --- a/templates/ingress.yaml +++ b/templates/ingress.yaml @@ -33,7 +33,7 @@ spec: - path: {{ default "/" .path }} backend: serviceName: "{{ template "fullname" $ }}"-http - servicePort: {{ .Values.service.http.port }} + servicePort: {{ $.Values.service.http.port }} {{- end }} {{- if .Values.ingress.tls }} tls: