MarianMacik commented on code in PR #500: URL: https://github.com/apache/incubator-kie-kogito-docs/pull/500#discussion_r1331685380
########## serverlessworkflow/modules/ROOT/pages/cloud/operator/developing-workflows.adoc: ########## @@ -138,7 +138,7 @@ For example using VSCode, there are the commands needed: [source,bash,subs="attributes+"] ---- -curl -S https://raw.githubusercontent.com/kiegroup/kogito-serverless-operator/{operator_version}/config/samples/sw.kogito_v1alpha08_sonataflow_devmode.yaml > workflow_devmode.yaml +curl -S https://raw.githubusercontent.com/kiegroup/kogito-serverless-operator/{operator_version}/config/samples/sonataflow.org_v1alpha08_sonataflow_devmodeWithConfigMapAndExternalResource.yaml > workflow_devmode.yaml Review Comment: @ricardozanini just FYI there is no such file, that was my main point. We should probably remove that ConfigMap, which is not even used in the workflow definition and rename it to `sonataflow.org_v1alpha08_sonataflow_devmode.yaml` as you proposed. -- 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]
