update drone

This commit is contained in:
2025-03-19 03:01:20 +01:00
parent e254b05af8
commit 8b9a8ef750

View File

@@ -27,12 +27,12 @@ spec:
- name: "DRONE_RUNNER_CAPACITY" - name: "DRONE_RUNNER_CAPACITY"
value: "5" value: "5"
volumeMounts: volumeMounts:
- name: docker-socket - name: containerd-socket
mountPath: /var/run/docker.sock mountPath: /run/containerd/containerd.sock
volumes: volumes:
- name: docker-socket - name: containerd-socket
hostPath: hostPath:
path: /var/run/docker.sock path: /run/containerd/containerd.sock
type: Socket type: Socket
--- ---
apiVersion: v1 apiVersion: v1