Replies: 1 comment
-
Seems like this solution will work for you: Just build the custom actions-runner container image and update ARC to use the custom image. Add your customisation to the template.yaml, then the generated workflow pod will follow your customisation. |
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.
-
I have the following running
RunnerDeployment
:Is it possible to pass
securityContext
rules to the generated pod that will run the job in the Github Actions? I am experimenting with PSS, that's why I want to see if it's possible to generate (at this moment, thesecurityContext
of the workflow pod is empty, and therefore the job in GitHub Actions simply fails, because the security standards are preventing the pod from being created).Beta Was this translation helpful? Give feedback.
All reactions