Skip to content

Commit

Permalink
Remove this old colume mount that is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Chmielewski committed Oct 25, 2021
1 parent 14c48fc commit 7a21596
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ spec:
volumeMounts:
- name: hostfs
mountPath: /threatstackfs
- name: oldcontainerdsocket
mountPath: /var/run/docker/containerd/docker-containerd.sock
{{- if .Values.daemonset.customAuditRules }}
- name: custom-audit-rules
mountPath: /opt/threatstack/etc/audit-custom.rules
Expand All @@ -138,9 +136,6 @@ spec:
- hostPath:
path: /
name: hostfs
- hostPath:
path: {{ .Values.daemonset.volumes.oldcontainerdsocket.hostPath }}
name: oldcontainerdsocket
{{- if .Values.daemonset.customAuditRules }}
- name: custom-audit-rules
configMap:
Expand Down

0 comments on commit 7a21596

Please sign in to comment.