diff --git a/templates/traefik.yaml b/templates/traefik.yaml index 46b7275..e9f8fb1 100644 --- a/templates/traefik.yaml +++ b/templates/traefik.yaml @@ -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" $ }}