helm: reorganize repository a bit.
[arvados-k8s.git] / charts / arvados / templates / api-server-configmap.yaml
diff --git a/charts/arvados/templates/api-server-configmap.yaml b/charts/arvados/templates/api-server-configmap.yaml
new file mode 100644 (file)
index 0000000..3465e18
--- /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-api-server-configmap
+  labels:
+    app: arvados-api-server
+    chart: {{ template "arvados.chart" . }}
+    release: {{ .Release.Name }}
+    heritage: {{ .Release.Service }}
+data:
+{{ (tpl (.Files.Glob "config/api-server/*").AsConfig . ) | indent 2 }}