domhanak commented on code in PR #625: URL: https://github.com/apache/incubator-kie-kogito-docs/pull/625#discussion_r1609970688
########## serverlessworkflow/modules/ROOT/pages/cloud/operator/referencing-resource-files.adoc: ########## @@ -56,11 +58,11 @@ spec: <1> The workflow defines an input schema <2> The workflow requires an OpenAPI specification file to make a REST invocation -For this example, you have two options. You can either create two `ConfigMaps` to have a clear separation of concerns or only one with both files. +The `Hello Service` workflow int the example offer two options. You can either create two `ConfigMaps`, each for one file, to have a clear separation of concerns or group them into one. Review Comment: ```suggestion The `Hello Service` workflow in the example offers two options. You can either create two `ConfigMaps`, each for one file, to have a clear separation of concerns or group them into one. ``` -- 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]
