mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 11:41:27 +00:00
12 lines
272 B
YAML
12 lines
272 B
YAML
githubConfigUrl: https://github.com/actions/actions-runner-controller
|
|
githubConfigSecret:
|
|
github_token: test
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: runner
|
|
image: runner-image:latest
|
|
dnsPolicy: "None"
|
|
dnsConfig:
|
|
nameservers:
|
|
- 192.0.2.1 |