mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 14:57:16 +08:00
[bitnami/argo-workflows] fix: 🔒 Move service-account token auto-mount to pod declaration (#22387)
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> Signed-off-by: Javier J. Salmerón-García <jsalmeron@vmware.com>
This commit is contained in:
committed by
GitHub
parent
593a70df63
commit
f7d5b6f2c4
@@ -44,6 +44,7 @@ spec:
|
||||
{{- end }}
|
||||
serviceAccountName: {{ include "argo-workflows.server.serviceAccountName" . }}
|
||||
{{- include "argo-workflows.imagePullSecrets" . | nindent 6 }}
|
||||
automountServiceAccountToken: {{ .Values.server.automountServiceAccountToken }}
|
||||
{{- if .Values.server.hostAliases }}
|
||||
hostAliases: {{- include "common.tplvalues.render" (dict "value" .Values.server.hostAliases "context" $) | nindent 8 }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user