commit | 2b7dbcc02584b4538f45cb91fb00132ef15d673d | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Wed Jul 03 12:22:12 2019 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Wed Jul 03 12:31:02 2019 -0700 |
tree | 29d54d8f1fe35542a4dbd57b06f21c52c48383eb | |
parent | 86170b02e76e7a2e293979205f903b1265e62191 [diff] [blame] |
SEBA-772 Use voltha_kpi_broker value for kafka host Change-Id: Ia171de80ef9cb95c6694b2685b525607c40e04e8
diff --git a/nem-monitoring/templates/exporter-configmap.yaml b/nem-monitoring/templates/exporter-configmap.yaml index 4707e31..69d2ae3 100644 --- a/nem-monitoring/templates/exporter-configmap.yaml +++ b/nem-monitoring/templates/exporter-configmap.yaml
@@ -4,4 +4,4 @@ name: exporter-configmap data: conf.yaml: | -{{ .Files.Get "exporter-config/conf.yaml" | indent 4 }} +{{ include "exporter.config" . | indent 4 }}