-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
When working with EKS and pod identity tokens, we need to tell kubernetes to automount the SA token
Today:
spec:
{{- if .Values.serviceAccount.name }}
serviceAccountName: {{ .Values.serviceAccount.name }}
{{- end }}Proposal:
spec:
{{- if .Values.serviceAccount.name }}
serviceAccountName: {{ .Values.serviceAccount.name }}
automountServiceAccountToken: true
{{- end }}Metadata
Metadata
Assignees
Labels
No labels