Skip to content

Commit

Permalink
Use v1 in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Jan 19, 2020
1 parent 6de4dee commit 48005dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ run: generate fmt vet bin/schemahero

.PHONY: install
install: manifests generate microk8s
kubectl apply -f config/crds
kubectl apply -f config/crds/v1

.PHONY: deploy
deploy: manifests
kubectl apply -f config/crds
kubectl apply -f config/crds/v1
kustomize build config/default | kubectl apply -f -

.PHONY: manifests
Expand Down

0 comments on commit 48005dd

Please sign in to comment.