Skip to content

Commit

Permalink
Makefile dev: Apply server-side to prevent CRD being too large
Browse files Browse the repository at this point in the history
Signed-off-by: Armin Kramer <[email protected]>
  • Loading branch information
Rand0mF committed Feb 8, 2024
1 parent 20c9753 commit 6b1f225
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 6b1f225

Please sign in to comment.