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 }}"