4e53ce442b517fcd9a6990b098dde281604e0574
[arvados-k8s.git] / arvados / templates / ssl-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: ssl-configmap
9   labels:
10     app: {{ template "arvados.name" . }}
11     chart: {{ template "arvados.chart" . }}
12     release: {{ .Release.Name }}
13     heritage: {{ .Release.Service }}
14 data:
15 {{ (.Files.Glob "config/ssl/*").AsConfig | indent 2 }}