X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fhelm%2Fosm%2Ftemplates%2Fro%2Fro-configmap.yaml;h=d8cce0253b85dfb14147cd5b619b0f69a4cc3531;hb=bff5fd071257f0e285b9806374d78cb0c91f95df;hp=39bb90ba9fd2a45c1191f76359e67e254ac4f8dc;hpb=8080e4b32d3dc5e66ea85a503a4daa79df3098d0;p=osm%2Fdevops.git diff --git a/installers/helm/osm/templates/ro/ro-configmap.yaml b/installers/helm/osm/templates/ro/ro-configmap.yaml index 39bb90ba..d8cce025 100644 --- a/installers/helm/osm/templates/ro/ro-configmap.yaml +++ b/installers/helm/osm/templates/ro/ro-configmap.yaml @@ -28,4 +28,5 @@ data: OSMRO_STORAGE_PATH: "/app/storage" OSMRO_STORAGE_COLLECTION: "files" OSMRO_STORAGE_URI: "mongodb://mongodb-k8s:27017/?replicaSet=rs0" + OSMRO_LOG_LEVEL: {{ .Values.ro.logLevel | default .Values.global.logLevel | default "INFO" }} {{- end }} \ No newline at end of file