Update Makefile
This commit is contained in:
		
							parent
							
								
									60a7079df3
								
							
						
					
					
						commit
						1ad9791276
					
				
							
								
								
									
										4
									
								
								Makefile
								
								
								
								
							
							
						
						
									
										4
									
								
								Makefile
								
								
								
								
							|  | @ -320,12 +320,8 @@ minikube-run: start-minikube ## Run the operator locally and use minikube as Kub | |||
| 	build/_output/bin/jenkins-operator $(EXTRA_ARGS) | ||||
| 
 | ||||
| .PHONY: deepcopy-gen | ||||
| HAS_OPERATOR_SDK := $(shell which operator-sdk) | ||||
| deepcopy-gen: ## Generate deepcopy golang code
 | ||||
| 	@echo "+ $@" | ||||
|     ifndef HAS_OPERATOR_SDK | ||||
|   	    $(warning You must install operator-sdk) | ||||
|     endif | ||||
| 	operator-sdk generate k8s | ||||
| 
 | ||||
| .PHONY: start-minikube | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue