XOS Core complete helm initial submission

Change-Id: I2fc7ae7d06f98c0c7578df7b21a21163b13dfca1
diff --git a/xos-core/templates/gateway-configmap.yaml b/xos-core/templates/gateway-configmap.yaml
new file mode 100644
index 0000000..d29b4b3
--- /dev/null
+++ b/xos-core/templates/gateway-configmap.yaml
@@ -0,0 +1,6 @@
+apiVersion: v1
+kind: ConfigMap
+metadata:
+  name: xos-gateway
+data:
+  config: {{ .Values.configs.gateway_config }}