From 5fe2b6a5480db20a1fc813699393f0076cd15408 Mon Sep 17 00:00:00 2001 From: Tim Talbot Date: Tue, 28 Nov 2023 15:26:10 -0500 Subject: [PATCH] set serviceAccountName on auth deployment --- charts/traefik-forward-auth/templates/pod.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/traefik-forward-auth/templates/pod.yaml b/charts/traefik-forward-auth/templates/pod.yaml index 0857542..ba44d67 100644 --- a/charts/traefik-forward-auth/templates/pod.yaml +++ b/charts/traefik-forward-auth/templates/pod.yaml @@ -21,6 +21,7 @@ spec: labels: app: {{ .Release.Name }} spec: + serviceAccountName: {{ include "traefik-forward-auth.serviceAccountName" . }} containers: - name: proxy image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"