Skip to content

Commit

Permalink
fix serviceaccount template
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjeffers committed Sep 11, 2024
1 parent 31f332b commit 7c2d73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "fusionauth.serviceAccountName" . }}
{{- if .Values.serviceAccount.annotations }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down

0 comments on commit 7c2d73d

Please sign in to comment.