helm: Add a Helm chart for installing Arvados
[arvados-k8s.git] / arvados / templates / ws-configmap.yaml
diff --git a/arvados/templates/ws-configmap.yaml b/arvados/templates/ws-configmap.yaml
new file mode 100644 (file)
index 0000000..0a1cc34
--- /dev/null
@@ -0,0 +1,15 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
+apiVersion: v1
+kind: ConfigMap
+metadata:
+  name: arvados-ws-configmap
+  labels:
+    app: {{ template "arvados.name" . }}
+    chart: {{ template "arvados.chart" . }}
+    release: {{ .Release.Name }}
+    heritage: {{ .Release.Service }}
+data:
+{{ (.Files.Glob "config/ws/*").AsConfig | indent 2 }}