Skip to content

Make 'automountServiceAccountToken' configurable

Summary

As part of #2292 (closed), we set automountServiceAccountToken: false on the objects where the tokens were not needed.

However, as noted in !2143 (closed), Istio seems to need the token for authentication in its sidecars.

To make this configuration more flexible, let's make it available as a Helm value.

References

Acceptance criteria

  • automountServiceAccountToken is configurable in all objects where it's used (ServiceAccounts, Deployments, StatefulSets, Jobs)