blob: ae515a0ec57e5e82808690e6c8c3f12542631560 [file] [log] [blame]
Jakub Latusek93cb6d92020-10-21 13:36:29 +02001{{/*
Sylvain Desbureauxbc1f4be2021-02-16 11:51:30 +01002# Copyright © 2021 Orange
jitendra sharma948ee222020-04-16 11:57:38 +05303#
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#
Sylvain Desbureauxbc1f4be2021-02-16 11:51:30 +01008# http://www.apache.org/licenses/LICENSE-2.0
jitendra sharma948ee222020-04-16 11:57:38 +05309#
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.
Jakub Latusek93cb6d92020-10-21 13:36:29 +020015*/}}
jitendra sharma948ee222020-04-16 11:57:38 +053016
17apiVersion: v1
Sylvain Desbureauxbc1f4be2021-02-16 11:51:30 +010018kind: ConfigMap
jitendra sharma948ee222020-04-16 11:57:38 +053019metadata:
Sylvain Desbureauxbc1f4be2021-02-16 11:51:30 +010020 name: {{ include "common.fullname" . }}-lighttpd
jitendra sharma948ee222020-04-16 11:57:38 +053021 namespace: {{ include "common.namespace" . }}
22 labels:
23 app: {{ include "common.name" . }}
24 chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
25 release: {{ include "common.release" . }}
26 heritage: {{ .Release.Service }}
jitendra sharma948ee222020-04-16 11:57:38 +053027data:
Sylvain Desbureauxbc1f4be2021-02-16 11:51:30 +010028{{ tpl (.Files.Glob "resources/configuration/*").AsConfig . | indent 2 }}