XOS Core complete helm initial submission

Change-Id: I2fc7ae7d06f98c0c7578df7b21a21163b13dfca1
diff --git a/xos-core/templates/coreapi-cert-secret.yaml b/xos-core/templates/coreapi-cert-secret.yaml
new file mode 100644
index 0000000..a79c84e
--- /dev/null
+++ b/xos-core/templates/coreapi-cert-secret.yaml
@@ -0,0 +1,9 @@
+apiVersion: v1
+kind: Secret
+metadata:
+  name: coreapi-cert-secret
+  namespace: default
+type: kubernetes.io/tls
+data:
+  core_api_cert.pem: {{ .Values.secrets.core_api_cert }}
+  core_api_key.pem: {{ .Values.secrets.core_api_key }}