helm: reorganize repository a bit.
[arvados-k8s.git] / arvados / templates / api-server-configmap.yaml
diff --git a/arvados/templates/api-server-configmap.yaml b/arvados/templates/api-server-configmap.yaml
deleted file mode 100644 (file)
index 3465e18..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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 }}