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