From 2bad398116d2308b9683707654e9eb9ac6f55e9d Mon Sep 17 00:00:00 2001 From: ktroller Date: Thu, 2 Jul 2026 15:09:52 -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 a3ce5333b..3ff59a71c 100644 --- a/modules/ROOT/pages/_partials/mmp-deploy-to-cloudhub-2.adoc +++ b/modules/ROOT/pages/_partials/mmp-deploy-to-cloudhub-2.adoc @@ -336,8 +336,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 |===