From 69ab664064e11a6d3862ecc297f521114a082c32 Mon Sep 17 00:00:00 2001 From: ktroller Date: Thu, 2 Jul 2026 15:09:57 -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 49dc20067..32005d3a9 100644 --- a/modules/ROOT/pages/_partials/mmp-deploy-to-cloudhub-2.adoc +++ b/modules/ROOT/pages/_partials/mmp-deploy-to-cloudhub-2.adoc @@ -356,8 +356,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 |===