Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Add cluster/prepare/local make target
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenairn committed Nov 18, 2019
1 parent 0414d56 commit 1af377e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,11 @@ code/gen:
.PHONY: setup/moq
setup/moq:
dep ensure
cd vendor/github.com/matryer/moq/ && go install .
cd vendor/github.com/matryer/moq/ && go install .

.PHONY: cluster/prepare/local
cluster/prepare/local:
-oc create -f deploy/crds/*_crd.yaml
@oc create -f deploy/service_account.yaml
@oc create -f deploy/role.yaml
@oc create -f deploy/role_binding.yaml

0 comments on commit 1af377e

Please sign in to comment.