Add NONRTRIC DME ACM Participant charts
[it/dep.git] / nonrtric / helm / dmeparticipant / templates / secret.yaml
1 #  ============LICENSE_START===============================================\r
2 #  Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved.\r
3 #  ========================================================================\r
4 #  Licensed under the Apache License, Version 2.0 (the "License");\r
5 #  you may not use this file except in compliance with the License.\r
6 #  You may obtain a copy of the License at\r
7 #\r
8 #       http://www.apache.org/licenses/LICENSE-2.0\r
9 #\r
10 #  Unless required by applicable law or agreed to in writing, software\r
11 #  distributed under the License is distributed on an "AS IS" BASIS,\r
12 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
13 #  See the License for the specific language governing permissions and\r
14 #  limitations under the License.\r
15 #  ============LICENSE_END=================================================\r
16 #\r
17 \r
18 apiVersion: v1\r
19 kind: Secret\r
20 metadata:\r
21   name: {{ include "common.name.dmeparticipant" . }}-security-secret\r
22 type: Opaque\r
23 data:\r
24     username: {{ .Values.dmeparticipant.security.username }}\r
25     password: {{ .Values.dmeparticipant.security.password }}\r