Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
janekbaraniewski committed Jul 11, 2023
1 parent 338a292 commit 9b2ac06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ lint:

.PHONY: check
check: check-generated lint
check:
check: ## Run linters and check code gen

# ENVTEST = $(shell pwd)/bin/setup-envtest
# .PHONY: envtest
Expand Down Expand Up @@ -203,10 +203,10 @@ kind-create:
kind create cluster --name kubeserial

.PHONY: install-certmanager
install-certmanager:
install-certmanager: ## Install cert-manager from jetstack/cert-manager
helm upgrade --install cert-manager jetstack/cert-manager --namespace cert-manager --create-namespace --version v1.10.0 --set installCRDs=true

kind-load-images:
kind-load-images: ## Load images to kind cluster
kind load docker-image --name kubeserial ghcr.io/janekbaraniewski/kubeserial:${APP_VERSION}
kind load docker-image --name kubeserial ghcr.io/janekbaraniewski/kubeserial-device-monitor:${APP_VERSION}
kind load docker-image --name kubeserial ghcr.io/janekbaraniewski/kubeserial-injector-webhook:${APP_VERSION}
Expand Down

0 comments on commit 9b2ac06

Please sign in to comment.