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"
value: "5"
volumeMounts:
- name: docker-socket
mountPath: /var/run/docker.sock
- name: containerd-socket
mountPath: /run/containerd/containerd.sock
volumes:
- name: docker-socket
- name: containerd-socket
hostPath:
path: /var/run/docker.sock
path: /run/containerd/containerd.sock
type: Socket
---
apiVersion: v1