Skip to content

Commit 2bc3534

Browse files
author
Michael Chmielewski
committed
Remove volume mounts no longer needed for agent 2.4.0
1 parent 4e96dc4 commit 2bc3534

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

TSKubernetesDaemonSet.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,9 @@ spec:
9292
memory: "512Mi"
9393
cpu: "400m"
9494
volumeMounts:
95-
- name: dockersocket
96-
mountPath: /var/run/docker.sock
9795
- name: hostfs
9896
mountPath: /threatstackfs
9997
volumes:
100-
- hostPath:
101-
path: /var/run/docker.sock
102-
name: dockersocket
10398
- hostPath:
10499
path: /
105100
name: hostfs
@@ -152,24 +147,9 @@ spec:
152147
memory: "512Mi"
153148
cpu: "400m"
154149
volumeMounts:
155-
- name: dockersocket
156-
mountPath: /var/run/docker.sock
157150
- name: hostfs
158151
mountPath: /threatstackfs
159-
- name: containerdsocket
160-
mountPath: /run/containerd/containerd.sock
161-
- name: oldcontainerdsocket
162-
mountPath: /var/run/docker/containerd/docker-containerd.sock
163152
volumes:
164-
- hostPath:
165-
path: /var/run/docker.sock
166-
name: dockersocket
167-
- hostPath:
168-
path: /run/containerd/containerd.sock
169-
name: containerdsocket
170-
- hostPath:
171-
path: /var/run/docker/containerd/docker-containerd.sock
172-
name: oldcontainerdsocket
173153
- hostPath:
174154
path: /
175155
name: hostfs

0 commit comments

Comments
 (0)