Skip to content

Commit

Permalink
Update charts/authentik/templates/worker/deployment.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: WrenIX <133280015+wrenix@users.noreply.github.com>
  • Loading branch information
wrenix and rissson committed Mar 14, 2024
1 parent 9c8565d commit d08e3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/authentik/templates/worker/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
{{- if .Values.serviceAccount.create }}
serviceAccountName: {{ include "authentik-remote-cluster.fullname" .Subcharts.serviceAccount }}
{{- else }}
{{- with .Values.server.serviceAccount }}
{{- with .Values.worker.serviceAccount }}
serviceAccountName: {{ . }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit d08e3d4

Please sign in to comment.