diff --git a/serverlessworkflow/modules/ROOT/pages/cloud/operator/customize-podspec.adoc b/serverlessworkflow/modules/ROOT/pages/cloud/operator/customize-podspec.adoc index d0ad30775..4279a21bb 100644 --- a/serverlessworkflow/modules/ROOT/pages/cloud/operator/customize-podspec.adoc +++ b/serverlessworkflow/modules/ROOT/pages/cloud/operator/customize-podspec.adoc @@ -95,6 +95,13 @@ In xref:cloud/operator/developing-workflows.adoc[development profile], it's expe When xref:cloud/operator/build-and-deploy-workflows.adoc[deploying in production], you can opt in to have the operator to handle the build process for you. However, in more complex scenarios it's expected that the user owns and controls the build process. For this reason, when overriding the image the operator won't build the workflow. The operator will try to deploy the workflow using the given image. +In this scenario, the `.spec.resources` attribute is ignored since it's only used during the build process in the production profile. + +[IMPORTANT] +==== +xref:cloud/operator/known-issues.adoc[In the roadmap] you will find that we plan to consider the `.spec.resources` attribute when the image is specified in the default container. +==== + It's advised that the SonataFlow `.spec.flow` definition and the workflow built within the image corresponds to the same workflow. If these definitions don't match you may experience poorly management and configuration. The {operator_name} uses the `.spec.flow` attribute to configure the application, service discovery, and service binding with other deployments within the topology. [IMPORTANT] diff --git a/serverlessworkflow/modules/ROOT/pages/cloud/operator/known-issues.adoc b/serverlessworkflow/modules/ROOT/pages/cloud/operator/known-issues.adoc index 5de9df645..b25a5efe0 100644 --- a/serverlessworkflow/modules/ROOT/pages/cloud/operator/known-issues.adoc +++ b/serverlessworkflow/modules/ROOT/pages/cloud/operator/known-issues.adoc @@ -45,6 +45,7 @@ The following issues are currently being prioritized: - link:https://issues.redhat.com/browse/KOGITO-9084[Enable Workflows Deployment GitOps] - link:https://issues.redhat.com/browse/KOGITO-9527[Extend the SonataFlow Operator with Jib builder] - link:https://issues.redhat.com/browse/KOGITO-9833[Add external built image integrity validation] +- link:https://issues.redhat.com/browse/KOGITO-9845[Add .spec.resources mount to a built image] === Operator SDK, OLM, OperatorHub