SEBA-745 update-helm-chart-for-exporter-configmap

Change-Id: I38f09e8b6dd27b2d5443088f43de6bc12252605e
diff --git a/nem-monitoring/templates/exporter-configmap.yaml b/nem-monitoring/templates/exporter-configmap.yaml
new file mode 100644
index 0000000..4707e31
--- /dev/null
+++ b/nem-monitoring/templates/exporter-configmap.yaml
@@ -0,0 +1,7 @@
+apiVersion: v1
+kind: ConfigMap
+metadata:
+  name: exporter-configmap
+data:
+  conf.yaml: |
+{{ .Files.Get "exporter-config/conf.yaml" | indent 4 }}