From 1f24dd4d170c092b2925d02aa2c75f5544c4f27e Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Thu, 18 Dec 2025 16:28:22 +0100 Subject: [PATCH] Update mongodb values in OSM helm chart to unset default resources Change-Id: I059e99a67c8363c1039711e001fe0ede1d91df64 Signed-off-by: garciadeblas --- installers/helm/osm/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installers/helm/osm/values.yaml b/installers/helm/osm/values.yaml index cc543417..bff6865e 100644 --- a/installers/helm/osm/values.yaml +++ b/installers/helm/osm/values.yaml @@ -368,6 +368,9 @@ mongodb: timeoutSeconds: 10 failureThreshold: 10 successThreshold: 1 + resourcesPreset: "none" + arbiter: + resourcesPreset: "none" mysql: enabled: false -- 2.25.1