treblereel commented on code in PR #2465:
URL: 
https://github.com/apache/incubator-kie-tools/pull/2465#discussion_r1742573964


##########
packages/kn-plugin-workflow/pkg/command/quarkus/deploy.go:
##########
@@ -71,6 +74,11 @@ func NewDeployCommand() *cobra.Command {
        return cmd
 }
 
+var crds = map[string][]string{
+       "SonataFlow Operator":                  metadata.SonataflowCRDs,
+       "Knative Serving and Knative Eventing": metadata.KnativeCoreServingCRDs,

Review Comment:
   @ricardozanini we need it in case we deploy the current quarkus 
created/converted deployment. It fails without serving-crds.yaml and 
serving-core.yaml.



-- 
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