fix: review recommendation

This commit is contained in:
kostas-theo 2021-04-30 18:45:38 +02:00
parent 511f18064d
commit af24219f9b

View file

@ -6,7 +6,7 @@ metadata:
name: {{ .Values.serviceAccount }}
namespace: {{ .Release.Namespace }}
{{- if .Values.serviceAccountAnnotations }}
annotations: {{ toYaml .Values.serviceAccountAnnotations | nindent 4 }}
annotations: {{- toYaml .Values.serviceAccountAnnotations | nindent 4 }}
{{- end }}
{{- if .Values.additionalSaNamespaces }}
{{ $annotations := .Values.serviceAccountAnnotations }}