Skip to content

Commit

Permalink
Merge pull request #83 from bobh66/bugtemplate
Browse files Browse the repository at this point in the history
Remove UXP assumption from bug template and cleanup Makefile
  • Loading branch information
ytsarev authored Feb 22, 2023
2 parents 4be5f9a + cce8689 commit b04b33c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ appreciated!

### What environment did it happen in?

* Universal Crossplane Version:
* Crossplane Version:
* Provider Version:

<!--
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ dev: $(KIND) $(KUBECTL)
@$(KUBECTL) cluster-info --context kind-$(PROJECT_NAME)-dev
@$(INFO) Installing Crossplane CRDs
@$(KUBECTL) apply -k https://github.com/crossplane/crossplane//cluster?ref=master
@$(INFO) Installing Provider SQL CRDs
@$(INFO) Installing Provider CRDs
@$(KUBECTL) apply -R -f package/crds
@$(INFO) Starting Provider SQL controllers
@$(INFO) Starting Provider controllers
@$(GO) run cmd/provider/main.go --debug

dev-clean: $(KIND) $(KUBECTL)
Expand Down

0 comments on commit b04b33c

Please sign in to comment.