From: garciadeblas Date: Wed, 30 Apr 2025 13:06:50 +0000 (+0200) Subject: Update mongodb values in OSM helm chart to include fullnameOverride X-Git-Tag: v18.0.0~62 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F94%2F15194%2F2;p=osm%2Fdevops.git Update mongodb values in OSM helm chart to include fullnameOverride Change-Id: Ifa8b65471f205beff313f213b50f1f98a5e3038b Signed-off-by: garciadeblas --- 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"