domhanak commented on code in PR #2895:
URL:
https://github.com/apache/incubator-kie-tools/pull/2895#discussion_r1940796538
##########
packages/kn-plugin-workflow/pkg/command/run.go:
##########
@@ -65,9 +66,12 @@ func NewRunCommand() *cobra.Command {
# Stop the container when the user presses any key
{{.Name}} run --stop-container-on-user-input=false
+ # Specify a custom container image to use for the deployment.
+ {{.Name}} run --image=<your_image>
Review Comment:
I suggest we add something like `By default, the
apache-kie-sonataflow-devmode image is used` Just to be more clear what image
are users substituting.
--
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]