Skip to content

Commit

Permalink
fix: explicitly set serviceaccount name in deployment podspec (#371)
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Wyles <23637493+ericwyles@users.noreply.github.com>
Co-authored-by: Kairo Araujo <kairo.araujo@testifysec.com>
  • Loading branch information
ericwyles and kairoaraujo authored Sep 6, 2024
1 parent 2f32d39 commit 45c1012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
serviceAccountName: {{ include "archivista.serviceAccountName" . }}

0 comments on commit 45c1012

Please sign in to comment.