We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d21b9 commit ce0b5fcCopy full SHA for ce0b5fc
1 file changed
k8s/manifest.yml
@@ -26,18 +26,20 @@ spec:
26
env:
27
- name: FACT_LOGLEVEL
28
value: 'debug'
29
+ - name: FACT_HOST_MOUNT
30
+ value: '/host'
31
securityContext:
32
capabilities:
33
drop:
34
- NET_RAW
35
privileged: true
36
readOnlyRootFilesystem: true
37
volumeMounts:
- - mountPath: /sys
- name: sys-ro
38
+ - mountPath: /host
39
+ name: root-ro
40
readOnly: true
41
mountPropagation: HostToContainer
42
volumes:
43
- hostPath:
- path: /sys/
44
+ path: /
45
0 commit comments