Fix k8s rootless Docker filesystem permissions
Without this the deployment fails because the runner can't write to /data/ Credit to @ccureau for identifying the fix Relates to: gitea/act_runner#264
This commit is contained in:
parent
d07fbfc8c3
commit
b795bf112b
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ spec:
|
|||
- name: runner-data
|
||||
persistentVolumeClaim:
|
||||
claimName: act-runner-vol
|
||||
securityContext:
|
||||
fsGroup: 1000
|
||||
containers:
|
||||
- name: runner
|
||||
image: gitea/act_runner:nightly-dind-rootless
|
||||
|
|
Loading…
Add table
Reference in a new issue