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