Skip to content

Commit

Permalink
Merge pull request #86 from Rand0mF/patch-1
Browse files Browse the repository at this point in the history
Fix Makefile dev: Apply server-side to prevent CRD being too large
  • Loading branch information
negz authored May 29, 2024
2 parents 5b39d51 + 6b1f225 commit b6e5213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dev: $(KIND) $(KUBECTL)
@$(KIND) create cluster --name=$(PROJECT_NAME)-dev
@$(KUBECTL) cluster-info --context kind-$(PROJECT_NAME)-dev
@$(INFO) Installing Crossplane CRDs
@$(KUBECTL) apply -k https://github.com/crossplane/crossplane//cluster?ref=master
@$(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 b6e5213

Please sign in to comment.