Add logLevel options to OSM helm chart
[osm/devops.git] / installers / helm / osm / templates / nbi / nbi-configmap.yaml
index e8dbcaa..03b8c44 100644 (file)
@@ -28,4 +28,5 @@ data:
   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