fix: traefik hosts values typo

This commit is contained in:
Loïc Kalbermatter 2024-06-10 15:59:09 +02:00
parent 8ba6cd2d7d
commit c19271e336
Signed by: PulseDev
GPG Key ID: 0516267FEC58F5F3

View File

@ -9,7 +9,7 @@ spec:
entryPoints:
- {{ $entryport }}
routes:
{{- range $host := .Values.traefik.hosts }}
{{- range $host := $.Values.traefik.hosts }}
- match: HostSNI(`{{ $host }}`)
services:
- name: {{ include "stalwart-mail.fullname" $ }}