Add kubectl-convert to client-binaries

This commit is contained in:
Maciej Szulik
2021-02-19 15:51:28 +01:00
parent b0c4f5c6fa
commit 0a0c80c553
3 changed files with 3 additions and 1 deletions

View File

@@ -124,6 +124,7 @@ release_filegroup(
name = "client-targets",
conditioned_srcs = for_platforms(for_client = [
"//cmd/kubectl",
"//cmd/kubectl-convert",
]),
)