aws-load-balancer-controller icon indicating copy to clipboard operation
aws-load-balancer-controller copied to clipboard

feat: allow to set automountServiceAccountToken at Pod level

Open mloiseleur opened this issue 1 year ago • 2 comments

Description

This PR is based on https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/3575 It tries to follow @oliviassss suggestion

By default, it changes nothing. When it is set, it will disable it at ServiceAccount level and set the true / false value on the pod template level.

Checklist

  • [ ] Added tests that cover your change (if possible)
  • [ ] Added/modified documentation as required (such as the README.md, or the docs directory)
  • [x] Manually tested
  • [x] Made sure the title of the PR is a good description that can go into the release notes

BONUS POINTS checklist: complete for good vibes and maybe prizes?! :exploding_head:

  • [ ] Backfilled missing tests for code in same general area :tada:
  • [ ] Refactored something and made the world a better place :star2:

mloiseleur avatar Oct 07 '24 15:10 mloiseleur