blob: a4c636f0e4143bd9e9b16a10031140182eb7ea9c [file] [log] [blame]
Jakub Latusek93cb6d92020-10-21 13:36:29 +02001{{/*
Sylvain Desbureauxbc1f4be2021-02-16 11:51:30 +01002# Copyright © 2021 Orange
efiacor7009bc02023-02-17 07:47:55 +00003# Modifications Copyright © 2023 Nordix Foundation
jitendra sharma948ee222020-04-16 11:57:38 +05304#
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#
Sylvain Desbureauxbc1f4be2021-02-16 11:51:30 +01009# http://www.apache.org/licenses/LICENSE-2.0
jitendra sharma948ee222020-04-16 11:57:38 +053010#
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 Latusek93cb6d92020-10-21 13:36:29 +020016*/}}
jitendra sharma948ee222020-04-16 11:57:38 +053017
18apiVersion: v1
Sylvain Desbureauxbc1f4be2021-02-16 11:51:30 +010019kind: ConfigMap
efiacor7009bc02023-02-17 07:47:55 +000020metadata: {{- include "common.resourceMetadata" . | nindent 2 }}
jitendra sharma948ee222020-04-16 11:57:38 +053021data:
efiacor7009bc02023-02-17 07:47:55 +000022{{ tpl (.Files.Glob "resources/configuration/*").AsConfig . | indent 2 }}