From d1dbe46145cfcfb464454d69b61a9c0b035f19ca Mon Sep 17 00:00:00 2001 From: ConnorGraham Date: Thu, 30 Jan 2020 15:42:09 -0500 Subject: [PATCH] Typo --- helm/k8dash/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/k8dash/templates/ingress.yaml b/helm/k8dash/templates/ingress.yaml index 922e86b..e9bcae4 100644 --- a/helm/k8dash/templates/ingress.yaml +++ b/helm/k8dash/templates/ingress.yaml @@ -17,7 +17,7 @@ spec: - host: {{ .Values.ingress.host }} http: paths: -{{- range $p := $paths }} +{{- range $p := .Values.ingress.paths }} - path: {{ $p }} backend: serviceName: k8dash