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: 
This commit is contained in:
Andrew Imeson 2023-10-02 10:43:00 -04:00
parent d07fbfc8c3
commit b795bf112b
No known key found for this signature in database
GPG key ID: 82A3DCD89FC9E016

View file

@ -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