blob: 27cfbf00d00f7bd51b83937b5c1514acb168dbaa [file] [log] [blame]
Jakub Latusekd4e96f42020-10-21 13:36:29 +02001{{/*
Mukul2b4e7532018-08-03 10:41:29 +00002# Copyright © 2018 AT&T, Amdocs, Bell Canada Intellectual Property. All rights reserved.
3#
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.
Jakub Latusekd4e96f42020-10-21 13:36:29 +020015*/}}
Mukul2b4e7532018-08-03 10:41:29 +000016
jasmineWen09bc80d2018-03-21 18:21:17 +000017apiVersion: v1
18kind: Secret
19metadata:
20 name: {{ include "common.fullname" . }}-certs-secret
21 namespace: {{ include "common.namespace" . }}
vaibhav_16dec956bebf2018-09-19 14:09:44 +000022 labels:
23 app: {{ include "common.name" . }}
24 chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
Krzysztof Opasiak137d7cc2020-01-24 23:49:11 +010025 release: {{ include "common.release" . }}
vaibhav_16dec956bebf2018-09-19 14:09:44 +000026 heritage: {{ .Release.Service }}
jasmineWen09bc80d2018-03-21 18:21:17 +000027data:
28{{ tpl (.Files.Glob "resources/config/consul-agent-config/certs/*").AsSecrets . | indent 2 }}