diff options
author | Ritu Sood <ritu.sood@intel.com> | 2021-05-21 00:23:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-05-21 00:23:17 +0000 |
commit | 5a9b1ba5df2ec5ace82954a3e0b342156ed3745d (patch) | |
tree | 287fef8a60992671b1358ed195e6154fca90681c /kud/deployment_infra | |
parent | 917a285ffa8f9de86b5ad76693836a216ef86a09 (diff) | |
parent | dfe47f2dedf8900303b3e6ccbcd926ac0820b442 (diff) |
Merge "Mount /var/run as shared"
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 |