actions-runner-controller
actions-runner-controller copied to clipboard
Allow configuring dind image and service account
The PR addresses 2 of our issues
- a service account with a specific annotation is needed to grant the runner pod IAM permissions in EKS. https://docs.aws.amazon.com/eks/latest/userguide/associate-service-account-role.html
- Changing the dind image to pull from another repository
We have a base
values.yamlwith common options for all runner sets. this change allows to override just the dind image as a base value, without copy-pasting the entire block.
Related Discussion: https://github.com/actions/actions-runner-controller/discussions/3256