-
Installing gha-runner-scale-set using this way:
in
Also it's not possible to put
(btw it works for 'runner' container) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It was resolved. |
Beta Was this translation helpful? Give feedback.
It was resolved.
containerMode
should be excluded fromvalues
, then it's possible to configure your own image using this template https://github.com/actions/actions-runner-controller/blob/master/charts/gha-runner-scale-set/values.yaml.But it looks different when we put
containerMode
and changerunner
container config...Closing the ticket.