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
@@ -4,14 +4,14 @@ metadata:
name: truenas-csi
namespace: truenas-csi
resources:
- namespace.yaml
- controller-deployment.yaml
- controller-cluster-role.yaml
- controller-binding.yaml
- node-cluster-role.yaml
- node-binding.yaml
- node-deamonset.yaml
- CSIDriver.yaml
- config.yaml
- namespace.yaml
- controller-service-account.yaml
- controller-binding.yaml
- node-service-account.yaml
- node-cluster-role.yaml
- node-binding.yaml
@@ -98,7 +98,7 @@ spec:
- mountPath: /var/lib/iscsi
mountPropagation: Bidirectional
name: iscsi-lib
- mountPath: /
- mountPath: /host
mountPropagation: Bidirectional
name: host-root
- args: