Skip to content

Commit ce8a344

Browse files
committed
k8s/arc: set RUNNER_ALLOW_RUNASROOT
1 parent 5ccd0f0 commit ce8a344

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

k8s/github-runners/scale-set.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ spec:
1919
containers:
2020
- name: runner
2121
image: ghcr.io/ttrssreal/runner-image:2652739d391ebaed2cff5f1713669906ad0878b7
22+
env:
23+
- name: RUNNER_ALLOW_RUNASROOT
24+
value: "true"
2225
command: ["/home/runner/run.sh"]
2326
githubConfigUrl: "https://github.com/ttrssreal/jix"
2427
# FIXME: part of declarative secret management

0 commit comments

Comments
 (0)