Skip to content

Commit 3178a16

Browse files
authored
Merge pull request #111 from JohanSandblom3/main
Removes unnecessary apply of Crossplane CRDs #104
2 parents 5cc34c4 + 7747de9 commit 3178a16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ dev: $(KIND) $(KUBECTL)
9292
@$(INFO) Creating kind cluster
9393
@$(KIND) create cluster --name=$(PROJECT_NAME)-dev
9494
@$(KUBECTL) cluster-info --context kind-$(PROJECT_NAME)-dev
95-
@$(INFO) Installing Crossplane CRDs
96-
@$(KUBECTL) apply --server-side -k https://github.com/crossplane/crossplane//cluster?ref=master
9795
@$(INFO) Installing Provider Template CRDs
9896
@$(KUBECTL) apply -R -f package/crds
9997
@$(INFO) Starting Provider Template controllers

0 commit comments

Comments
 (0)