diff --git a/servers/legion/k8s/gitea-runner/deployment.yaml b/servers/legion/k8s/gitea-runner/deployment.yaml index 7a0cfae..6a32df9 100644 --- a/servers/legion/k8s/gitea-runner/deployment.yaml +++ b/servers/legion/k8s/gitea-runner/deployment.yaml @@ -80,7 +80,7 @@ spec: emptyDir: {} - name: docker-sock hostPath: - path: /run/k3s/containerd/containerd.sock + path: /var/run/docker.sock type: Socket --- # Gitea Actions runner — neuron-technologies org @@ -164,5 +164,5 @@ spec: emptyDir: {} - name: docker-sock hostPath: - path: /run/k3s/containerd/containerd.sock + path: /var/run/docker.sock type: Socket