overwrite if exists
This commit is contained in:
parent
40376a8500
commit
a0fe4ac28d
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ spec:
|
||||||
- -c
|
- -c
|
||||||
args: |
|
args: |
|
||||||
set -x
|
set -x
|
||||||
cp /usr/src/multus-cni/bin/multus-shim /host/opt/cni/bin/multus-shim
|
cp -f /usr/src/multus-cni/bin/multus-shim /host/opt/cni/bin/multus-shim
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: "10m"
|
cpu: "10m"
|
||||||
|
|
Loading…
Reference in a new issue