From 7c2d73d1c7f3d32791e081d0b0deb4625eeed0c3 Mon Sep 17 00:00:00 2001 From: John Jeffers Date: Wed, 11 Sep 2024 13:58:47 -0600 Subject: [PATCH] fix serviceaccount template --- chart/templates/serviceaccount.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/serviceaccount.yaml b/chart/templates/serviceaccount.yaml index e9bbc60..eee3271 100644 --- a/chart/templates/serviceaccount.yaml +++ b/chart/templates/serviceaccount.yaml @@ -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 }}