blob: 0144ec1907e2a533f13ab0b8aeb9cafab5b3303f [file] [log] [blame]
Sylvain Desbureaux1d061a42019-11-08 15:27:20 +01001# Copyright © 2019 Orange
2# Modifications Copyright © 2018 AT&T
Sylvain Desbureauxe44d1702018-05-07 20:39:16 +02003#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16apiVersion: v1
Sylvain Desbureaux1d061a42019-11-08 15:27:20 +010017kind: ConfigMap
Sylvain Desbureauxe44d1702018-05-07 20:39:16 +020018metadata:
Sylvain Desbureaux1d061a42019-11-08 15:27:20 +010019 name: {{ include "common.fullname" . }}
Sylvain Desbureauxe44d1702018-05-07 20:39:16 +020020 namespace: {{ include "common.namespace" . }}
21 labels:
22 app: {{ include "common.name" . }}
23 chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
Krzysztof Opasiak137d7cc2020-01-24 23:49:11 +010024 release: {{ include "common.release" . }}
Sylvain Desbureauxe44d1702018-05-07 20:39:16 +020025 heritage: {{ .Release.Service }}
Sylvain Desbureauxe44d1702018-05-07 20:39:16 +020026data:
Sylvain Desbureaux1d061a42019-11-08 15:27:20 +010027{{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }}