Skip to content
Snippets Groups Projects
Commit a6055f32 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fixed scope error

parent b66495a5
No related branches found
No related tags found
1 merge request!1502Development
......@@ -22,6 +22,7 @@ spec:
{{- end }}
rules:
{{- $dot := . }}
{{- $values := .Values }}
{{- range $host := .Values.service.redirectHosts }}
- host: {{ $host }}
http:
......@@ -29,7 +30,7 @@ spec:
- path: /
backend:
serviceName: {{ template "fullname" $dot }}
servicePort: {{ .Values.service.externalPort }}
servicePort: {{ $values.service.externalPort }}
{{- end -}}
{{- end }}
{{- end }}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment