From 00c3a1472610935282586ad852c68d7e87be6162 Mon Sep 17 00:00:00 2001 From: Walter Medvedeo Date: Wed, 22 May 2024 13:07:41 +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 9de5e8136..768d51a7f 100644 --- a/serverlessworkflow/modules/ROOT/pages/cloud/operator/using-persistence.adoc +++ b/serverlessworkflow/modules/ROOT/pages/cloud/operator/using-persistence.adoc @@ -50,7 +50,7 @@ spec: <2> Name of the link:{k8n_secrets_url}[Kubernetes Secret] `key` containing the username to connect with the database. <3> Name of the link:{k8n_secrets_url}[Kubernetes Secret] `key` containing the password to connect with the database. <4> Name of the Kubernetes Service to connect with the PostgreSQL database server. -<5> (Optional) Kubernetes namespace containing the PostgreSQL Service. Defaults to the SonataFlowPlatform's local namespace. +<5> (Optional) Kubernetes namespace containing the PostgreSQL Service. Defaults to the `SonataFlowPlatform`'s local namespace. <6> Name of the PostgreSQL database to store the workflow's data. <7> (Optional) Port number to connect with the PostgreSQL Service. Defaults to 5432.