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 7879bf3 commit c351ea5Copy full SHA for c351ea5
TSKubernetesDaemonSet.yaml
@@ -94,6 +94,7 @@ spec:
94
volumeMounts:
95
- name: hostfs
96
mountPath: /threatstackfs
97
+ readOnly: true
98
volumes:
99
- hostPath:
100
path: /
@@ -149,22 +150,13 @@ spec:
149
150
151
152
153
154
- name: kernel-debug
155
mountPath: /sys/kernel/debug
- - name: cgroup
- mountPath: /sys/fs/cgroup
156
- - name: bpf
157
- mountPath: /sys/fs/bpf
158
159
160
161
name: hostfs
162
163
path: /sys/kernel/debug
164
name: kernel-debug
165
- - hostPath:
166
- path: /sys/fs/cgroup
167
- name: cgroup
168
169
- path: /sys/fs/bpf
170
- name: bpf
0 commit comments