Skip to content

Commit

Permalink
add new mounts (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Zimin <[email protected]>
  • Loading branch information
AleksZimin authored Jan 14, 2024
1 parent 457a461 commit 76b9f46
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions templates/agent/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ spec:
name: host-sys-dir
- mountPath: /run/udev/
name: host-run-udev-dir
- mountPath: /run/lvm/
name: host-run-lvm-dir
- mountPath: /run/dmeventd-client
name: host-run-dmeventd-client
- mountPath: /run/dmeventd-server
name: host-run-dmeventd-server
- mountPath: /host-root/etc/machine-id
name: host-machine-id
readOnly: true
Expand All @@ -75,6 +81,16 @@ spec:
path: /run/udev/
type: Directory
name: host-run-udev-dir
- hostPath:
path: /run/lvm
type: Directory
name: host-run-lvm-dir
- hostPath:
path: /run/dmeventd-client
name: host-run-dmeventd-client
- hostPath:
path: /run/dmeventd-server
name: host-run-dmeventd-server
- hostPath:
path: /etc/machine-id
type: File
Expand Down

0 comments on commit 76b9f46

Please sign in to comment.