Skip to content

Commit

Permalink
fix kubebuilder download url
Browse files Browse the repository at this point in the history
Signed-off-by: yxxhero <aiopsclub@163.com>
  • Loading branch information
yxxhero authored and cndoit18 committed May 15, 2022
1 parent 87c4e7a commit 5a15876
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,8 @@ kubebuilder:
$(KUBEBUILDER):
$(MAKE) $(BIN)
# https://kubebuilder.io/quick-start.html#installation
curl -sSL "https://go.kubebuilder.io/dl/$(KUBEBUIDER_VERSION)/$$(go env GOOS)/$$(go env GOARCH)" --output $(KUBEBUILDER)
curl -sSL "https://github.com/kubernetes-sigs/kubebuilder/releases/download/v$(KUBEBUIDER_VERSION)/kubebuilder_$$(go env GOOS)_$$(go env GOARCH)" --output $(KUBEBUILDER)

chmod u+x $(KUBEBUILDER)

# find or download kustomize
Expand Down

0 comments on commit 5a15876

Please sign in to comment.