Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 1354192

Browse files
committed
Fixed kubectl-plugins #2983
1 parent 447c944 commit 1354192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/kubectl-plugins/Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ for plugin in "${plugins[@]}"; do
9393
echo "Processing ${plugin}"
9494
krew install "${plugin}"
9595
done
96-
mv /opt/krew/bin/kubectl-* ${prefix}${target}/bin/
96+
find "${KREW_ROOT}/bin" -type l -exec cp {} "${prefix}${target}/bin/" \;
9797
EOF

0 commit comments

Comments
 (0)