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

removed wrong whitespace

parent bbb1c76b
No related branches found
No related tags found
1 merge request!1502Development
......@@ -8,7 +8,7 @@ metadata:
app: {{ template "appname" . }}
chart: "{{ .Chart.Name -}}-{{- .Chart.Version| replace "+" "_" }}"
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
heritage: {{ .Release.Service }}
annotations:
ingress.kubernetes.io/configuration-snippet: "return 301 $scheme://{{ template "hostname" .Values.service.url }}$request_uri;"
spec:
......@@ -20,7 +20,7 @@ spec:
{{- end }}
secretName: {{ .Values.ingress.tls.secretName | default (printf "%s-redirects-tls" (include "fullname" .)) }}
{{- end }}
rules:
rules:
{{- $dot := . }}
{{- $values := .Values }}
{{- range $host := .Values.service.redirectHosts }}
......
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