chore(gha-runner-scale-set): update indentation of initContainers (#2638)

This commit is contained in:
kahirokunn
2023-06-21 20:50:02 +09:00
committed by GitHub
parent cf18cb3fb0
commit 2343cd2d7b
3 changed files with 62 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
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