blob: 61b83d7a9bd423e4ce4472f9176ff7e792c9a289 [file] [log] [blame]
Krzysztof Opasiakc0a57f82020-03-23 15:50:13 +01001{{/*
bt29832f7e05a2018-09-19 22:49:19 -06002# Copyright (c) 2018 Bell Canada
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.
Krzysztof Opasiakc0a57f82020-03-23 15:50:13 +010015*/}}
bt29832f7e05a2018-09-19 22:49:19 -060016
Krzysztof Opasiakc0a57f82020-03-23 15:50:13 +010017{{ include "common.secretFast" . }}
Alexis de Talhouëtdb36b422018-09-27 22:43:18 +020018---
19apiVersion: v1
20data:
Alexis de Talhouët55d7dcc2018-11-08 15:25:10 -050021{{ tpl (.Files.Glob "resources/config/aai_keystore").AsSecrets . | indent 2 }}
Alexis de Talhouëtdb36b422018-09-27 22:43:18 +020022metadata:
Krzysztof Opasiak137d7cc2020-01-24 23:49:11 +010023 name: {{ include "common.release" . }}-aai-keystore
Alexis de Talhouëtdb36b422018-09-27 22:43:18 +020024 namespace: {{ include "common.namespace" . }}
Alexis de Talhouët55d7dcc2018-11-08 15:25:10 -050025 labels:
26 app: {{ include "common.fullname" . }}
27 chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
Krzysztof Opasiak137d7cc2020-01-24 23:49:11 +010028 release: {{ include "common.release" . }}
Alexis de Talhouët55d7dcc2018-11-08 15:25:10 -050029 heritage: {{ .Release.Service }}
Alexis de Talhouëtdb36b422018-09-27 22:43:18 +020030kind: Secret
Krzysztof Opasiak5b518812020-01-22 00:08:05 +010031type: Opaque