Update NBI configmap to expose OSMNBI_USER_MANAGEMENT env var 63/13563/3
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 21 Jun 2023 16:02:47 +0000 (18:02 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 23 Jun 2023 13:49:18 +0000 (15:49 +0200)
Change-Id: Ie47483dae11146f944eeec41533acbca1dae5848
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
installers/helm/osm/templates/nbi/nbi-configmap.yaml

index 03b8c44..58c6ff3 100644 (file)
@@ -29,4 +29,5 @@ data:
   OSMNBI_STORAGE_COLLECTION: "files"
   OSMNBI_STORAGE_URI: "mongodb://mongodb-k8s:27017/?replicaSet=rs0"
   OSMNBI_LOG_LEVEL: {{ .Values.nbi.logLevel | default .Values.global.logLevel | default "INFO" }}
-{{- end }}
\ No newline at end of file
+  OSMNBI_USER_MANAGEMENT: "True"
+{{- end }}