09fb669380ad010845529d7557de7318d4a38262
[arvados-k8s.git] / arvados / templates / workbench-configmap.yaml
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 apiVersion: v1
6 kind: ConfigMap
7 metadata:
8   name: arvados-workbench-configmap
9   labels:
10     app: {{ template "arvados.name" . }}
11     chart: {{ template "arvados.chart" . }}
12     release: {{ .Release.Name }}
13     heritage: {{ .Release.Service }}
14 data:
15 {{ (tpl (.Files.Glob "config/workbench/*").AsConfig . ) | indent 2 }}