Skip to content

Commit

Permalink
set serviceAccountName on auth deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
timtalbot committed Nov 28, 2023
1 parent be15287 commit 5fe2b6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/traefik-forward-auth/templates/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 5fe2b6a

Please sign in to comment.