fix: Apply review changes
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
cd1db05239
commit
d9f5fb461f
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 }}
|
||||||
{{- with .Values.serviceAccountAnnotations }}
|
{{- with .Values.serviceAccountAnnotations }}
|
||||||
annotations: {{- toYaml .| nindent 4 }}
|
annotations: {{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.additionalSaNamespaces }}
|
{{- if .Values.additionalSaNamespaces }}
|
||||||
{{ $annotations := .Values.serviceAccountAnnotations }}
|
{{ $annotations := .Values.serviceAccountAnnotations }}
|
||||||
|
|
Loading…
Reference in a new issue