Replies: 1 comment
-
I have exactly the same problem - in the templates of the helm chart is the imagePullSecret never used. Did you find a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello ,
I'm using actions runner controller , and I want to be able to pass to chart my private runner image instead of ghcr.io/actions/actions-runner:latest
my deployment
how can pass to arc-runner-set chart to use
--set "imagePullSecrets"
--set "template.spec.containers[0].image"
the only way that I manage to do it is download locally "gha-runner-scale-set" chart folder modify charts/gha-runner-scale-set/templates/autoscalingrunnerset.yaml
and run again
do I missing something from the documentation ?
https://github.com/actions/actions-runner-controller/tree/master
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions