ricardozanini commented on code in PR #2465:
URL:
https://github.com/apache/incubator-kie-tools/pull/2465#discussion_r1742629176
##########
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:
So if we are not checking for Knative in any other use case, we are good to
go. Thanks for confirming it!
--
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]