aws-load-balancer-controller
aws-load-balancer-controller copied to clipboard
feat: allow to set automountServiceAccountToken at Pod level
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 thedocsdirectory) - [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: