File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
kube-ovn-v2/templates/agent Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4444 serviceAccountName : kube-ovn-cni
4545 automountServiceAccountToken : true
4646 hostNetwork : true
47- hostPID : false
47+ hostPID : true
4848 securityContext :
4949 seccompProfile :
5050 type : RuntimeDefault
Original file line number Diff line number Diff line change 2828 serviceAccountName : kube-ovn-cni
2929 automountServiceAccountToken : true
3030 hostNetwork : true
31- hostPID : false
31+ hostPID : true
3232 securityContext :
3333 seccompProfile :
3434 type : RuntimeDefault
Original file line number Diff line number Diff line change @@ -4991,7 +4991,7 @@ spec:
49914991 serviceAccountName: kube-ovn-cni
49924992 automountServiceAccountToken: true
49934993 hostNetwork: true
4994- hostPID: false
4994+ hostPID: true
49954995 securityContext:
49964996 seccompProfile:
49974997 type: RuntimeDefault
You can’t perform that action at this time.
0 commit comments