Browse Source

Now adding appropriate bundle

Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
Gustavo Carvalho 4 years ago
parent
commit
b8ef9e8dba
2 changed files with 1 additions and 9 deletions
  1. 1 1
      Makefile
  2. 0 8
      deploy/crds/bundle.yaml

+ 1 - 1
Makefile

@@ -138,7 +138,7 @@ generate: ## Generate code and crds
   		cp "$$i.bkp" "$$i" && \
   		cp "$$i.bkp" "$$i" && \
   		rm "$$i.bkp"; \
   		rm "$$i.bkp"; \
   	done
   	done
-	@kubectl apply -k $(CRD_DIR) --dry-run=client -o yaml > $(BUNDLE_DIR)/bundle.yaml
+	@kubectl create -k $(CRD_DIR) --dry-run=client -o yaml > $(BUNDLE_DIR)/bundle.yaml
 	@$(OK) Finished generating deepcopy and crds
 	@$(OK) Finished generating deepcopy and crds
 
 
 # ====================================================================================
 # ====================================================================================

File diff suppressed because it is too large
+ 0 - 8
deploy/crds/bundle.yaml


Some files were not shown because too many files changed in this diff