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 4952 additions and 5088 deletions
  1. 1 1
      Makefile
  2. 4951 5087
      deploy/crds/bundle.yaml

+ 1 - 1
Makefile

@@ -138,7 +138,7 @@ generate: ## Generate code and crds
   		cp "$$i.bkp" "$$i" && \
   		rm "$$i.bkp"; \
   	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
 
 # ====================================================================================

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