Skip to content

Commit 1f53325

Browse files
authored
Merge pull request #158 from tjwallace/patch-1
Add -f to cp command for multus-installer
2 parents 1e67aea + 4e60d7b commit 1f53325

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/apps/multus/templates/common.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ initContainers:
4545
imagePullPolicy: {{ .Values.image.pullPolicy }}
4646
command:
4747
- "cp"
48+
- "-f"
4849
- "/usr/src/multus-cni/bin/multus-shim"
4950
- "/host/opt/cni/bin/multus-shim"
5051
resources:

0 commit comments

Comments
 (0)