Update versions of addons
[icn.git] / deploy / nodus / icn / mount-var-run-shared-patch.yaml
1 apiVersion: apps/v1
2 kind: DaemonSet
3 metadata:
4   name: nfn-agent
5   namespace: kube-system
6 spec:
7   template:
8     spec:
9       containers:
10         - name: nfn-agent
11           volumeMounts:
12             - mountPath: /var/run
13               name: host-var-run
14               mountPropagation: Bidirectional