From 04ddd97e9a7618e8537cf0dfb3b15b7d49cf7769 Mon Sep 17 00:00:00 2001 From: Dominik Hanak Date: Wed, 22 May 2024 10:46:15 +0200 Subject: [PATCH] 596 - Fix typo in build-and-deploy-workflows --- .../ROOT/pages/cloud/operator/build-and-deploy-workflows.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverlessworkflow/modules/ROOT/pages/cloud/operator/build-and-deploy-workflows.adoc b/serverlessworkflow/modules/ROOT/pages/cloud/operator/build-and-deploy-workflows.adoc index ac697bb62..f79108850 100644 --- a/serverlessworkflow/modules/ROOT/pages/cloud/operator/build-and-deploy-workflows.adoc +++ b/serverlessworkflow/modules/ROOT/pages/cloud/operator/build-and-deploy-workflows.adoc @@ -22,7 +22,7 @@ Every time you need to change the workflow definition the system will (re)build [IMPORTANT] ==== -The build system implemented by the {operator_name} is not suitable for complex production use cases. Consider using an external tool to build your application such as Tekton and ArgoCD. The resulting image can then be deployed with `SonataFlow` custom resource. More details available in xref:cloud/operator/customize-podspec.adoc#custom-image-default-container[Setting a custom image in the default container] section of the xref:cloud/operator/customize-podspec.adoc[] guide. +The build system implemented by the {operator_name} is not suitable for complex production use cases. Consider using an external tool to build your application such as Tekton and ArgoCD. The resulting image can then be deployed with `SonataFlow` custom resource. More details available at xref:cloud/operator/customize-podspec.adoc#custom-image-default-container[Setting a custom image in the default container] section of the xref:cloud/operator/customize-podspec.adoc[] guide. ==== Follow the <> or <> sections of this document based on the cluster you wish to build your workflows on.