update drone
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user