From f460a8f55503a053fb49cda6da0188a794761a4b Mon Sep 17 00:00:00 2001 From: Walter Medvedeo Date: Wed, 22 May 2024 13:09:55 +0200 Subject: [PATCH] Update serverlessworkflow/modules/ROOT/pages/cloud/operator/using-persistence.adoc Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> --- .../modules/ROOT/pages/cloud/operator/using-persistence.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverlessworkflow/modules/ROOT/pages/cloud/operator/using-persistence.adoc b/serverlessworkflow/modules/ROOT/pages/cloud/operator/using-persistence.adoc index 99954dbf8..11583de85 100644 --- a/serverlessworkflow/modules/ROOT/pages/cloud/operator/using-persistence.adoc +++ b/serverlessworkflow/modules/ROOT/pages/cloud/operator/using-persistence.adoc @@ -57,7 +57,7 @@ spec: This configuration signals the operator that every workflow deployed in the current `SonataFlowPlatform`'s namespace must be properly configured to connect with that PostgreSQL database server. And the operator will add the relevant JDBC connection parameters in the form of environment variables to the workflow container. -Additionally, for SonataFlow CR deployments that use the `preview` profile, it will configure the {product_name} build system to include specific Quarkus extensions required for persistence. +Additionally, for `SonataFlow` CR deployments that use the `preview` profile, it will configure the {product_name} build system to include specific Quarkus extensions required for persistence. [NOTE] ====