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=03b8c448cb62ba90de8a2b7675500399a48905ec;hpb=baa34d8905b98c39755e8c11b309c067988355af;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 03b8c448..58c6ff37 100644 --- a/installers/helm/osm/templates/nbi/nbi-configmap.yaml +++ b/installers/helm/osm/templates/nbi/nbi-configmap.yaml @@ -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 }}