Fix hostmount in truenas-csi daemonset

This commit is contained in:
Daniel Cosme
2026-04-29 19:37:51 -04:00
parent eb6262f5f1
commit 140b13bf6e
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -369,7 +369,7 @@ func nodeCSI() apps.DaemonSet {
},
{
Name: hostRoot.Name,
MountPath: "/",
MountPath: "/host",
MountPropagation: new(core.MountPropagationBidirectional),
},
},