Krzysztof Opasiak | c0a57f8 | 2020-03-23 15:50:13 +0100 | [diff] [blame] | 1 | {{/* |
bt2983 | 2f7e05a | 2018-09-19 22:49:19 -0600 | [diff] [blame] | 2 | # 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 Opasiak | c0a57f8 | 2020-03-23 15:50:13 +0100 | [diff] [blame] | 15 | */}} |
bt2983 | 2f7e05a | 2018-09-19 22:49:19 -0600 | [diff] [blame] | 16 | |
Krzysztof Opasiak | c0a57f8 | 2020-03-23 15:50:13 +0100 | [diff] [blame] | 17 | {{ include "common.secretFast" . }} |
Alexis de Talhouët | db36b42 | 2018-09-27 22:43:18 +0200 | [diff] [blame] | 18 | --- |
| 19 | apiVersion: v1 |
| 20 | data: |
Alexis de Talhouët | 55d7dcc | 2018-11-08 15:25:10 -0500 | [diff] [blame] | 21 | {{ tpl (.Files.Glob "resources/config/aai_keystore").AsSecrets . | indent 2 }} |
Alexis de Talhouët | db36b42 | 2018-09-27 22:43:18 +0200 | [diff] [blame] | 22 | metadata: |
Krzysztof Opasiak | 137d7cc | 2020-01-24 23:49:11 +0100 | [diff] [blame] | 23 | name: {{ include "common.release" . }}-aai-keystore |
Alexis de Talhouët | db36b42 | 2018-09-27 22:43:18 +0200 | [diff] [blame] | 24 | namespace: {{ include "common.namespace" . }} |
Alexis de Talhouët | 55d7dcc | 2018-11-08 15:25:10 -0500 | [diff] [blame] | 25 | labels: |
| 26 | app: {{ include "common.fullname" . }} |
| 27 | chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} |
Krzysztof Opasiak | 137d7cc | 2020-01-24 23:49:11 +0100 | [diff] [blame] | 28 | release: {{ include "common.release" . }} |
Alexis de Talhouët | 55d7dcc | 2018-11-08 15:25:10 -0500 | [diff] [blame] | 29 | heritage: {{ .Release.Service }} |
Alexis de Talhouët | db36b42 | 2018-09-27 22:43:18 +0200 | [diff] [blame] | 30 | kind: Secret |
Krzysztof Opasiak | 5b51881 | 2020-01-22 00:08:05 +0100 | [diff] [blame] | 31 | type: Opaque |