From 7dc60ff1ed85655b23d575cd1c97f83df178b247 Mon Sep 17 00:00:00 2001 From: ktroller Date: Thu, 2 Jul 2026 15:05:32 -0300 Subject: [PATCH] W-23071797: Remove persistentObjectStore property from CloudHub 2.0 deployment settings This property is only applicable to RTF applications and should not be used with CloudHub 2.0. Enabling it on CH2 causes java.net.UnknownHostException errors for auth.rtf.svc.cluster.local. --- modules/ROOT/pages/_partials/mmp-deploy-to-cloudhub-2.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/ROOT/pages/_partials/mmp-deploy-to-cloudhub-2.adoc b/modules/ROOT/pages/_partials/mmp-deploy-to-cloudhub-2.adoc index 1efc2c1e5..f4519e149 100644 --- a/modules/ROOT/pages/_partials/mmp-deploy-to-cloudhub-2.adoc +++ b/modules/ROOT/pages/_partials/mmp-deploy-to-cloudhub-2.adoc @@ -359,8 +359,6 @@ Configuration example: ---- -| `persistentObjectStore` | Configures the Mule application to use a persistent object store. By default, it's set to `false`. - | `instanceType` | Specifies the capacity of the replica for application deployment. This flag is available only for organizations using a usage-based pricing (UBP) package. Non-UBP organizations use the `vCores` parameter instead. See xref:general::pricing.adoc[]. | No |===