XOS Core complete helm initial submission

Change-Id: I2fc7ae7d06f98c0c7578df7b21a21163b13dfca1
diff --git a/xos-core/templates/certchain-secret.yaml b/xos-core/templates/certchain-secret.yaml
new file mode 100644
index 0000000..3441992
--- /dev/null
+++ b/xos-core/templates/certchain-secret.yaml
@@ -0,0 +1,8 @@
+apiVersion: v1
+kind: Secret
+metadata:
+  name: cert-chain-secret
+  namespace: default
+type: Opaque
+data:
+  local_certs.crt: {{ .Values.secrets.im_cert_chain }}
\ No newline at end of file