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.