From 99851f963fc6d3baff6c88cc5e848f123e353cb3 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 30 Apr 2025 15:06:50 +0200 Subject: [PATCH] Update mongodb values in OSM helm chart to include fullnameOverride Change-Id: Ifa8b65471f205beff313f213b50f1f98a5e3038b Signed-off-by: garciadeblas --- installers/helm/osm/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/installers/helm/osm/values.yaml b/installers/helm/osm/values.yaml index a046b9a3..5c9ea2c7 100644 --- a/installers/helm/osm/values.yaml +++ b/installers/helm/osm/values.yaml @@ -337,6 +337,7 @@ mon: mongodb: enabled: true + fullnameOverride: "mongodb-k8s" replicaCount: 1 service: nameOverride: "mongodb-k8s" -- 2.25.1