blob: d5bdce3e041bc8b51c47cdc5526933b044fe8260 [file] [log] [blame]
bt29832f7e05a2018-09-19 22:49:19 -06001# Copyright (c) 2018 Bell Canada
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
Krzysztof Opasiak5b518812020-01-22 00:08:05 +010015{{ include "common.secret" . }}
Alexis de Talhouëtdb36b422018-09-27 22:43:18 +020016---
17apiVersion: v1
18data:
Alexis de Talhouët55d7dcc2018-11-08 15:25:10 -050019{{ tpl (.Files.Glob "resources/config/aai_keystore").AsSecrets . | indent 2 }}
Alexis de Talhouëtdb36b422018-09-27 22:43:18 +020020metadata:
Krzysztof Opasiak137d7cc2020-01-24 23:49:11 +010021 name: {{ include "common.release" . }}-aai-keystore
Alexis de Talhouëtdb36b422018-09-27 22:43:18 +020022 namespace: {{ include "common.namespace" . }}
Alexis de Talhouët55d7dcc2018-11-08 15:25:10 -050023 labels:
24 app: {{ include "common.fullname" . }}
25 chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
Krzysztof Opasiak137d7cc2020-01-24 23:49:11 +010026 release: {{ include "common.release" . }}
Alexis de Talhouët55d7dcc2018-11-08 15:25:10 -050027 heritage: {{ .Release.Service }}
Alexis de Talhouëtdb36b422018-09-27 22:43:18 +020028kind: Secret
Krzysztof Opasiak5b518812020-01-22 00:08:05 +010029type: Opaque