Skip to content

Commit 7a21596

Browse files
author
Michael Chmielewski
committed
Remove this old colume mount that is not needed
1 parent 14c48fc commit 7a21596

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

templates/daemonset.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ spec:
117117
volumeMounts:
118118
- name: hostfs
119119
mountPath: /threatstackfs
120-
- name: oldcontainerdsocket
121-
mountPath: /var/run/docker/containerd/docker-containerd.sock
122120
{{- if .Values.daemonset.customAuditRules }}
123121
- name: custom-audit-rules
124122
mountPath: /opt/threatstack/etc/audit-custom.rules
@@ -138,9 +136,6 @@ spec:
138136
- hostPath:
139137
path: /
140138
name: hostfs
141-
- hostPath:
142-
path: {{ .Values.daemonset.volumes.oldcontainerdsocket.hostPath }}
143-
name: oldcontainerdsocket
144139
{{- if .Values.daemonset.customAuditRules }}
145140
- name: custom-audit-rules
146141
configMap:

0 commit comments

Comments
 (0)