X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fhelm%2Fosm%2Ftemplates%2Fnbi%2Fnbi-configmap.yaml;h=58c6ff3756f6066c8c272068fe8c0730b5850793;hb=97cba16659e0627bff6f555405b8adad0b399b32;hp=e8dbcaa0741d61a2d5137401e7d6cd06803ae717;hpb=8080e4b32d3dc5e66ea85a503a4daa79df3098d0;p=osm%2Fdevops.git diff --git a/installers/helm/osm/templates/nbi/nbi-configmap.yaml b/installers/helm/osm/templates/nbi/nbi-configmap.yaml index e8dbcaa0..58c6ff37 100644 --- a/installers/helm/osm/templates/nbi/nbi-configmap.yaml +++ b/installers/helm/osm/templates/nbi/nbi-configmap.yaml @@ -28,4 +28,6 @@ data: OSMNBI_STORAGE_PATH: "/app/storage" OSMNBI_STORAGE_COLLECTION: "files" OSMNBI_STORAGE_URI: "mongodb://mongodb-k8s:27017/?replicaSet=rs0" -{{- end }} \ No newline at end of file + OSMNBI_LOG_LEVEL: {{ .Values.nbi.logLevel | default .Values.global.logLevel | default "INFO" }} + OSMNBI_USER_MANAGEMENT: "True" +{{- end }}