From 5091ce86c5da32f4402f66a6983f838d3b88e2f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20S=C4=99k?= Date: Sat, 15 Dec 2018 14:06:28 +0100 Subject: [PATCH] #1 Apply jenkins CRD in minikube-run target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index f3c4c5b4..1751707c 100644 --- a/Makefile +++ b/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 @echo "+ $@" 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) .PHONY: deepcopy-gen