aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRitu Sood <ritu.sood@intel.com>2021-05-21 00:23:17 +0000
committerGerrit Code Review <gerrit@onap.org>2021-05-21 00:23:17 +0000
commit5a9b1ba5df2ec5ace82954a3e0b342156ed3745d (patch)
tree287fef8a60992671b1358ed195e6154fca90681c
parent917a285ffa8f9de86b5ad76693836a216ef86a09 (diff)
parentdfe47f2dedf8900303b3e6ccbcd926ac0820b442 (diff)
Merge "Mount /var/run as shared"
-rw-r--r--kud/deployment_infra/helm/ovn4nfv/templates/daemonset.yaml1
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