ricardozanini commented on code in PR #500: URL: https://github.com/apache/incubator-kie-kogito-docs/pull/500#discussion_r1331974083
########## serverlessworkflow/modules/ROOT/pages/cloud/operator/developing-workflows.adoc: ########## @@ -93,7 +93,7 @@ Alternatively, you can try one of the examples available in the operator reposit .Deploying the greeting Workflow example [source,bash,subs="attributes+"] ---- -kubectl apply -f https://raw.githubusercontent.com/kiegroup/kogito-serverless-operator/{operator_version}/test/testdata/sw.kogito_v1alpha08_sonataflow_devmode.yaml -n <your_namespace> +kubectl apply -f https://raw.githubusercontent.com/kiegroup/kogito-serverless-operator/{operator_version}/test/testdata/sonataflow.org_v1alpha08_sonataflow_devmode.yaml -n <your_namespace> Review Comment: ```suggestion kubectl apply -f https://raw.githubusercontent.com/apache/incubator-kie-kogito-serverless-operator/{operator_version}/test/testdata/sonataflow.org_v1alpha08_sonataflow_devmode.yaml -n <your_namespace> ``` ########## 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: That devmode in configMap was removed in a PR that's still opened. -- 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]
