From 44b7db38f0c3445b0efe5334513f3d8253d57708 Mon Sep 17 00:00:00 2001 From: Walter Medvedeo Date: Wed, 22 May 2024 13:13:13 +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 af2c8a814..194593834 100644 --- a/serverlessworkflow/modules/ROOT/pages/cloud/operator/using-persistence.adoc +++ b/serverlessworkflow/modules/ROOT/pages/cloud/operator/using-persistence.adoc @@ -159,7 +159,7 @@ To learn how to initialize the database schema see: <<_database_schema_initializ And, if the current namespace has an already configured <<_configuring_the_persistence_using_the_sonataflowplatform_cr, SonataFlowPlatform CR persistence>>, the following rules apply: * If the SonataFlow CR has a configured persistence, that configuration will apply. -* If the SonataFlow CR has no configured persistence, i.e., the field `spec.persistence` is not present at all, the persistence configuration will be taken from the current platform. +* If the `SonataFlow` CR has no configured persistence, i.e., the field `spec.persistence` is not present at all, the persistence configuration will be taken from the current platform. * If you don't want the current workflow to use `persistence`, you must use the following configuration in the SonataFlow CR: `spec.persistence : {}` to ignore the `SonataFlowPlatform` persistence configuration. == Persistence configuration and SonataFlow profiles