X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fhelm%2Fosm%2Ftemplates%2Flcm%2Flcm-configmap.yaml;h=9fdfcc8e0113617a719660e2dd33af6ac49fa5a6;hb=a621368d4d043ff4222cb1ce9174e77aa4e094c6;hp=c976a701681a637473c5d416c58207266d7351d8;hpb=29484f1b6f6e67bbb7192fb9f0633141c699d1a7;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 c976a701..9fdfcc8e 100644 --- a/installers/helm/osm/templates/lcm/lcm-configmap.yaml +++ b/installers/helm/osm/templates/lcm/lcm-configmap.yaml @@ -30,6 +30,11 @@ data: 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" }} +{{- if .Values.global.behindHttpProxy -}} +{{- with .Values.global.httpProxy }} + {{- . | toYaml | nindent 2 }} +{{- end }} +{{- end }} {{- with .Values.lcm.config }} {{- . | toYaml | nindent 2 }} {{- end }}