X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fhelm%2Fosm%2Ftemplates%2Flcm%2Flcm-configmap.yaml;h=c976a701681a637473c5d416c58207266d7351d8;hb=b6c30b4ef1d0d4a58d07dfd7a47ae8545eb3b5f1;hp=40d74c1d9fbdd1769f895f9a4d89f0852b01750c;hpb=8080e4b32d3dc5e66ea85a503a4daa79df3098d0;p=osm%2Fdevops.git diff --git a/installers/helm/osm/templates/lcm/lcm-configmap.yaml b/installers/helm/osm/templates/lcm/lcm-configmap.yaml index 40d74c1d..c976a701 100644 --- a/installers/helm/osm/templates/lcm/lcm-configmap.yaml +++ b/installers/helm/osm/templates/lcm/lcm-configmap.yaml @@ -29,6 +29,7 @@ data: OSMLCM_STORAGE_PATH: "/app/storage" OSMLCM_STORAGE_COLLECTION: "files" OSMLCM_STORAGE_URI: "mongodb://mongodb-k8s:27017/?replicaSet=rs0" + OSMLCM_GLOBAL_LOGLEVEL: {{ .Values.lcm.logLevel | default .Values.global.logLevel | default "INFO" }} {{- with .Values.lcm.config }} {{- . | toYaml | nindent 2 }} {{- end }}