add operator-sdk version check to makefile#160
Conversation
| .PHONY: code/run | ||
| code/run: | ||
| @operator-sdk up local --namespace=${NAMESPACE} | ||
| @$(OPERATOR_SDK) up local --namespace=${NAMESPACE} |
There was a problem hiding this comment.
this recipe is broken, should be something along the lines of @$(OPERATOR_SDK) run --local --namespace=${NAMESPACE} for <0.15.2
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: HubertStefanski The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@pb82 @david-martin @grdryn , If you'd like to take a look and approve? |
|
@philbrookes: PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
No description provided.