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] ====