fix: review recommendation
This commit is contained in:
parent
511f18064d
commit
af24219f9b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ metadata:
|
||||||
name: {{ .Values.serviceAccount }}
|
name: {{ .Values.serviceAccount }}
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
{{- if .Values.serviceAccountAnnotations }}
|
{{- if .Values.serviceAccountAnnotations }}
|
||||||
annotations: {{ toYaml .Values.serviceAccountAnnotations | nindent 4 }}
|
annotations: {{- toYaml .Values.serviceAccountAnnotations | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.additionalSaNamespaces }}
|
{{- if .Values.additionalSaNamespaces }}
|
||||||
{{ $annotations := .Values.serviceAccountAnnotations }}
|
{{ $annotations := .Values.serviceAccountAnnotations }}
|
||||||
|
|
Loading…
Reference in a new issue