#1 Apply jenkins CRD in minikube-run target
This commit is contained in:
parent
e2f567de85
commit
5091ce86c5
2
Makefile
2
Makefile
|
|
@ -309,6 +309,8 @@ minikube-run: export OPERATOR_NAME = $(NAME)
|
||||||
minikube-run: start-minikube ## Run the operator locally and use minikube as Kubernetes cluster, you can use EXTRA_ARGS
|
minikube-run: start-minikube ## Run the operator locally and use minikube as Kubernetes cluster, you can use EXTRA_ARGS
|
||||||
@echo "+ $@"
|
@echo "+ $@"
|
||||||
kubectl config use-context minikube
|
kubectl config use-context minikube
|
||||||
|
kubectl apply -f deploy/crds/virtuslab_v1alpha1_jenkins_crd.yaml
|
||||||
|
@echo "Watching '$(WATCH_NAMESPACE)' namespace"
|
||||||
build/_output/bin/jenkins-operator $(EXTRA_ARGS)
|
build/_output/bin/jenkins-operator $(EXTRA_ARGS)
|
||||||
|
|
||||||
.PHONY: deepcopy-gen
|
.PHONY: deepcopy-gen
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue