Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ spec:
readOnlyRootFilesystem: true
volumeMounts:
- mountPath: /host/var/run/docker.sock
name: var-run
subPath: var/run/docker.sock
name: var-run-docker-sock-ro
readOnly: true
- mountPath: /host/proc
name: proc-ro
Expand All @@ -77,8 +76,7 @@ spec:
name: etc-ro
readOnly: true
- mountPath: /host/usr/lib
name: usr-ro
subPath: usr/lib
name: usr-lib-ro
readOnly: true
- mountPath: /host/sys
name: sys-ro
Expand Down Expand Up @@ -188,6 +186,9 @@ spec:
- hostPath:
path: /usr
name: usr-ro
- hostPath:
path: /usr/lib
name: usr-lib-ro
- hostPath:
path: /lib
name: lib-ro
Expand All @@ -206,6 +207,9 @@ spec:
- hostPath:
path: /var/run
name: var-run
- hostPath:
path: /var/run/docker.sock
name: var-run-docker-sock-ro
- name: certs
secret:
secretName: collector-tls
Expand Down