Feature 11032: Integration of OSM Helm Chart with different databases
[osm/devops.git] / installers / helm / osm / templates / nbi / nbi-configmap.yaml
index 03b8c44..ef24704 100644 (file)
@@ -22,11 +22,10 @@ metadata:
   labels:
     {{- include "osm.labels" . | nindent 4 }}
 data:
-  OSMNBI_DATABASE_URI: "mongodb://mongodb-k8s:27017/?replicaSet=rs0"
   OSMNBI_MESSAGE_HOST: "kafka"
   OSMNBI_STORAGE_DRIVER: "mongo"
   OSMNBI_STORAGE_PATH: "/app/storage"
   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 }}