ricardozanini commented on code in PR #256:
URL: 
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/256#discussion_r1331633466


##########
Makefile:
##########
@@ -200,7 +200,7 @@ endif
 
 .PHONY: install
 install: manifests kustomize ## Install CRDs into the K8s cluster specified in 
~/.kube/config.
-       $(KUSTOMIZE) build config/crd | kubectl apply -f -
+       $(KUSTOMIZE) build config/crd | kubectl create -f -

Review Comment:
   It's not failing, but we can change that. The `apply` won't work anymore 
because the CRD is too long. `kubectl` adds an annotation with everything 
within the `.spec` if we use `apply`. Hence, the change.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to