# 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 }}