e2e: Add new option to test rootless docker (#1742)

Related to #1644

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>
This commit is contained in:
Yusuke Kuoka
2022-08-24 10:42:45 +09:00
committed by GitHub
parent 0cac005ab2
commit ea94b3cc5b
3 changed files with 164 additions and 35 deletions

View File

@@ -56,7 +56,7 @@ spec:
# # Uncomment the below to enable the kubernetes container mode
# # See https://github.com/actions-runner-controller/actions-runner-controller#runner-with-k8s-jobs
containerMode: kubernetes
containerMode: ${RUNNER_CONTAINER_MODE}
workVolumeClaimTemplate:
accessModes:
- ReadWriteOnce