Skip to content

Commit 07f50f6

Browse files
committed
[vfio-manager] add HOST_ROOT envvar to main container
Signed-off-by: Christopher Desiniotis <[email protected]>
1 parent 7bee48e commit 07f50f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

assets/state-vfio-manager/0500_daemonset.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ spec:
6363
command: ["/bin/sh", "-c"]
6464
args:
6565
- vfio-manage bind --all && while true; do sleep 86400; done
66+
env:
67+
- name: HOST_ROOT
68+
value: "/host"
6669
resources:
6770
limits:
6871
memory: 200Mi

0 commit comments

Comments
 (0)