domhanak commented on code in PR #673:
URL:
https://github.com/apache/incubator-kie-kogito-docs/pull/673#discussion_r1901592674
##########
serverlessworkflow/modules/ROOT/pages/cloud/operator/customize-podspec.adoc:
##########
@@ -194,15 +194,20 @@ For more information about configuring workflows see
xref:cloud/operator/configu
When setting the attribute `.spec.podTemplate.container.image` the operator
understands that the workflow already have an image built and the user is
responsible for the build and image maintainence. That means that the operator
won't try to upgrade this image in the future or do any reconciliation changes
to it.
+[IMPORTANT]
+====
+The image is expected to contain the workflow definition it is based on. This
workflow should be located in /deployments/app/ and have the format
*.sw.{json|yaml}. It is also important to remember that the spec.flow defined
in the workflow must match the one in the image.
+====
+
=== Setting a custom image in devmode
-In xref:cloud/operator/developing-workflows.adoc[development profile], it's
expected that the image is based on the default
`quay.io/kiegroup/kogito-swf-devmode:latest`.
+In xref:cloud/operator/developing-workflows.adoc[development profile], it's
expected that the image is based on the default
`quay.io/kiegroup/kogito-swf-devmode:latest`.
Review Comment:
```suggestion
In xref:cloud/operator/developing-workflows.adoc[development profile], it's
expected that the image is based on the default
`hub.docker.com/r/apache/incubator-kie-sonataflow-devmode:main`.
```
--
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]