Skip to content

Commit

Permalink
Removes unnecessary installation of Crossplane CRDs in dev make target
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanSandblom3 committed Oct 16, 2024
1 parent 2e0b022 commit 08da611
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ dev: $(KIND) $(KUBECTL)
@$(INFO) Creating kind cluster
@$(KIND) create cluster --name=$(PROJECT_NAME)-dev
@$(KUBECTL) cluster-info --context kind-$(PROJECT_NAME)-dev
@$(INFO) Installing Crossplane CRDs
@$(KUBECTL) apply --server-side -k https://github.com/crossplane/crossplane//cluster?ref=master
@$(INFO) Installing Provider Template CRDs
@$(KUBECTL) apply -R -f package/crds
@$(INFO) Starting Provider Template controllers
Expand Down

0 comments on commit 08da611

Please sign in to comment.