Skip to content

Commit

Permalink
Add 'devpreq' action to Makefile to setup local machine to run operator
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Sloka <[email protected]>
  • Loading branch information
stevesloka committed Apr 1, 2019
1 parent 541cb2a commit 57fa3e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ helm-package:

test: clean
go test $$(go list ./... | grep -v /vendor/)

devpreq:
mkdir -p /tmp/certs/config && mkdir -p /tmp/certs/certs
go get -u github.com/cloudflare/cfssl/cmd/cfssl
go get -u github.com/cloudflare/cfssl/cmd/cfssljson

0 comments on commit 57fa3e2

Please sign in to comment.