[CORD-2909] Flatten and parameterize charts

Change-Id: I695c1df063b0f6f6ccf280254d54cc701292348f
diff --git a/xos-services/vsg-hw/templates/configmap.yaml b/xos-services/vsg-hw/templates/configmap.yaml
index 3f2115c..6a109c8 100644
--- a/xos-services/vsg-hw/templates/configmap.yaml
+++ b/xos-services/vsg-hw/templates/configmap.yaml
@@ -1,5 +1,4 @@
 ---
-
 # Copyright 2018-present Open Networking Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -20,4 +19,4 @@
   name: vsg-hw
 data:
   serviceConfig: |
-{{ toYaml .Values.serviceConfig | indent 4 }}
+{{ include "vsg-hw.serviceConfig" . | indent 4 }}