Niels ten Boom

Results 15 comments of Niels ten Boom

I've taken a crack at this problem here: https://github.com/actions/runner-container-hooks/pull/50 It solves it by providing functionality to pass a template file for the newly created pod with `containerMode: kubernetes`. What do...

I've taken a stab at implementing this guys -> https://github.com/actions/actions-runner-controller/pull/3174 Would be very grateful for input of a maintainer! 🙌

Actually, working on the implementation made me realize it’s already possible without any code changes to this project if you’re willing to jump through some configuration hoops: 1. Build and...

@nikola-jokic would you have time to look at this soon? Thanks 😄

I wrote a small blog post on how we automated our helm chart upgrades. We actually used [updatecli](https://github.com/updatecli/updatecli) for it. Hope it can be helpful to some of you reading...