Allow ServiceAccount templates to set automountServiceAccountToken
Summary
NSA/DISA Hardening guides recommend to set automountServiceAccountToken: false
for SAs and pods that don't require mounting and use of their token to talk with the kubernetes API.
This does not seem to be an available setting to toggle for SA templates within the Gitlab chart.