Adding annotations to the controller service account (#8173)
* fix: adding annotations to the controller service account * fix: adding annotations to the controller service account
This commit is contained in:
parent
6eecefd3da
commit
0c2070ef4a
3 changed files with 6 additions and 0 deletions
|
|
@ -10,5 +10,9 @@ metadata:
|
|||
{{- end }}
|
||||
name: {{ template "ingress-nginx.serviceAccountName" . }}
|
||||
namespace: {{ .Release.Namespace }}
|
||||
{{- if .Values.serviceAccount.annotations }}
|
||||
annotations:
|
||||
{{ toYaml .Values.serviceAccount.annotations | indent 4 }}
|
||||
{{- end }}
|
||||
automountServiceAccountToken: {{ .Values.serviceAccount.automountServiceAccountToken }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue