diff options
Diffstat (limited to 'kud/deployment_infra')
-rw-r--r-- | kud/deployment_infra/helm/ovn4nfv/templates/daemonset.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kud/deployment_infra/helm/ovn4nfv/templates/daemonset.yaml b/kud/deployment_infra/helm/ovn4nfv/templates/daemonset.yaml index bc8285f4..aeecb797 100644 --- a/kud/deployment_infra/helm/ovn4nfv/templates/daemonset.yaml +++ b/kud/deployment_infra/helm/ovn4nfv/templates/daemonset.yaml @@ -138,6 +138,7 @@ spec: name: host-var-run-ovs - mountPath: /var/run name: host-var-run + mountPropagation: Bidirectional - mountPath: /host/proc name: host-proc - mountPath: /host/sys |