Acumos Adapter updates to support v3 schema
[dcaegen2/platform.git] / adapter / acumos-deployment / resources / config / config.yaml
index e6dc4e3..8f42cc2 100644 (file)
@@ -9,6 +9,6 @@ dockeruser: {{ .Values.dockerUser }}
 dockerpass: '@/run/pass/dpass'
 http_proxy: {{ .Values.http_proxy }}
 https_proxy: {{ .Values.https_proxy }}
-no_proxy: {{ .Values.http_proxy }}
+no_proxy: {{ .Values.no_proxy }}
 {{ $firstPort := index .Values.service.ports 0 -}}
 port: {{ $firstPort.port }}