fix: run runner as root to access dind socket
This commit is contained in:
@@ -65,6 +65,8 @@ spec:
|
||||
env:
|
||||
- name: DOCKER_HOST
|
||||
value: unix:///run/docker.sock
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
volumeMounts:
|
||||
- name: runner-data
|
||||
mountPath: /data
|
||||
|
||||
Reference in New Issue
Block a user