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

Commit f81ecab

Browse files
committed
Fix for kcp 0.9.0
1 parent 18f452f commit f81ecab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/kcp/Dockerfile.template

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ RUN <<EOF
1616
curl --silent --location "https://github.com/kcp-dev/kcp/releases/download/v${version}/kubectl-kcp-plugin_${version}_linux_${alt_arch}.tar.gz" \
1717
| tar --extract --gzip --directory="${prefix}${target}/bin" --strip-components=1 --no-same-owner \
1818
bin/kubectl-kcp \
19-
bin/kubectl-ws \
20-
bin/kubectl-workspaces
19+
bin/kubectl-workspace \
20+
bin/kubectl-workspaces \
21+
bin/kubectl-ws
2122
EOF
2223

2324
RUN <<EOF

0 commit comments

Comments
 (0)