We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c48fc commit 7a21596Copy full SHA for 7a21596
templates/daemonset.yaml
@@ -117,8 +117,6 @@ spec:
117
volumeMounts:
118
- name: hostfs
119
mountPath: /threatstackfs
120
- - name: oldcontainerdsocket
121
- mountPath: /var/run/docker/containerd/docker-containerd.sock
122
{{- if .Values.daemonset.customAuditRules }}
123
- name: custom-audit-rules
124
mountPath: /opt/threatstack/etc/audit-custom.rules
@@ -138,9 +136,6 @@ spec:
138
136
- hostPath:
139
137
path: /
140
name: hostfs
141
- - hostPath:
142
- path: {{ .Values.daemonset.volumes.oldcontainerdsocket.hostPath }}
143
- name: oldcontainerdsocket
144
145
146
configMap:
0 commit comments