mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 11:41:27 +00:00
18 lines
446 B
YAML
18 lines
446 B
YAML
githubConfigUrl: https://github.com/actions/actions-runner-controller
|
|
githubConfigSecret:
|
|
github_token: test
|
|
template:
|
|
spec:
|
|
initContainers:
|
|
- name: kube-init
|
|
image: runner-image:latest
|
|
command: ["sudo", "chown", "-R", "1001:123", "/home/runner/_work"]
|
|
volumeMounts:
|
|
- name: work
|
|
mountPath: /home/runner/_work
|
|
- name: ls
|
|
image: ubuntu:latest
|
|
command: ["ls"]
|
|
containerMode:
|
|
type: dind
|