Skip to content

Commit

Permalink
Merge pull request #158 from tjwallace/patch-1
Browse files Browse the repository at this point in the history
Add -f to cp command for multus-installer
  • Loading branch information
angelnu authored Oct 17, 2024
2 parents 1e67aea + 4e60d7b commit 1f53325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/apps/multus/templates/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ initContainers:
imagePullPolicy: {{ .Values.image.pullPolicy }}
command:
- "cp"
- "-f"
- "/usr/src/multus-cni/bin/multus-shim"
- "/host/opt/cni/bin/multus-shim"
resources:
Expand Down

0 comments on commit 1f53325

Please sign in to comment.