fix: review recommendation
Signed-off-by: kostas-theo <ktheo@oneconcern.com>
This commit is contained in:
parent
1a2b9bad95
commit
81fd01762d
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue