From: garciadeblas Date: Wed, 21 Jun 2023 16:02:47 +0000 (+0200) Subject: Update NBI configmap to expose OSMNBI_USER_MANAGEMENT env var X-Git-Tag: release-v14.0-start~8 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=97cba16659e0627bff6f555405b8adad0b399b32;p=osm%2Fdevops.git Update NBI configmap to expose OSMNBI_USER_MANAGEMENT env var Change-Id: Ie47483dae11146f944eeec41533acbca1dae5848 Signed-off-by: garciadeblas --- 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 }}