Jakub Latusek | d71d26c | 2020-10-21 13:36:29 +0200 | [diff] [blame] | 1 | {{/* |
jhh | 0109659 | 2019-09-04 07:47:25 -0500 | [diff] [blame] | 2 | # ============LICENSE_START======================================================= |
| 3 | # Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. |
| 4 | # ================================================================================ |
| 5 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | # you may not use this file except in compliance with the License. |
| 7 | # You may obtain a copy of the License at |
| 8 | # |
| 9 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | # |
| 11 | # Unless required by applicable law or agreed to in writing, software |
| 12 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | # See the License for the specific language governing permissions and |
| 15 | # limitations under the License. |
| 16 | # |
| 17 | # SPDX-License-Identifier: Apache-2.0 |
| 18 | # ============LICENSE_END========================================================= |
Jakub Latusek | d71d26c | 2020-10-21 13:36:29 +0200 | [diff] [blame] | 19 | */}} |
jhh | 0109659 | 2019-09-04 07:47:25 -0500 | [diff] [blame] | 20 | |
jhh | bf8d8a9 | 2020-09-10 14:01:49 -0500 | [diff] [blame] | 21 | {{- if not .Values.global.aafEnabled }} |
jhh | 0109659 | 2019-09-04 07:47:25 -0500 | [diff] [blame] | 22 | KEYSTORE_PASSWD={{.Values.keystore.password}} |
jhh | bf8d8a9 | 2020-09-10 14:01:49 -0500 | [diff] [blame] | 23 | {{- end }} |
| 24 | |
jhh | 0109659 | 2019-09-04 07:47:25 -0500 | [diff] [blame] | 25 | TRUSTSTORE_PASSWD={{.Values.truststore.password}} |
| 26 | |
| 27 | TELEMETRY_USER={{.Values.telemetry.user}} |
| 28 | TELEMETRY_PASSWORD={{.Values.telemetry.password}} |
| 29 | |
| 30 | REPOSITORY_USERNAME={{.Values.nexus.user}} |
| 31 | REPOSITORY_PASSWORD={{.Values.nexus.password}} |
| 32 | |
jhh | 0109659 | 2019-09-04 07:47:25 -0500 | [diff] [blame] | 33 | PDPD_CONFIGURATION_API_KEY={{.Values.dmaap.brmsgw.key}} |
| 34 | PDPD_CONFIGURATION_API_SECRET={{.Values.dmaap.brmsgw.secret}} |
| 35 | |
| 36 | POLICY_PDP_PAP_API_KEY={{.Values.dmaap.pap.key}} |
| 37 | POLICY_PDP_PAP_API_SECRET={{.Values.dmaap.pap.secret}} |
| 38 | |
| 39 | PAP_USERNAME={{.Values.pap.user}} |
| 40 | PAP_PASSWORD={{.Values.pap.password}} |
| 41 | |
jhh | df5484e | 2020-04-06 15:08:35 -0500 | [diff] [blame] | 42 | PAP_LEGACY_USERNAME={{.Values.papl.user}} |
| 43 | PAP_LEGACY_PASSWORD={{.Values.papl.password}} |
| 44 | |
jhh | 0109659 | 2019-09-04 07:47:25 -0500 | [diff] [blame] | 45 | PDP_USERNAME={{.Values.pdp.user}} |
| 46 | PDP_PASSWORD={{.Values.pdp.password}} |
| 47 | |
jhh | df5484e | 2020-04-06 15:08:35 -0500 | [diff] [blame] | 48 | PDP_LEGACY_USERNAME={{.Values.pdpl.user}} |
| 49 | PDP_LEGACY_PASSWORD={{.Values.pdpl.password}} |
| 50 | |
jhh | 0109659 | 2019-09-04 07:47:25 -0500 | [diff] [blame] | 51 | AAI_USERNAME={{.Values.aai.user}} |
| 52 | AAI_PASSWORD={{.Values.aai.password}} |
| 53 | |
| 54 | SO_USERNAME={{.Values.so.user}} |
| 55 | SO_PASSWORD={{.Values.so.password}} |
| 56 | |
| 57 | VFC_USERNAME={{.Values.vfc.user}} |
| 58 | VFC_PASSWORD={{.Values.vfc.password}} |
| 59 | |
| 60 | SDNC_USERNAME={{.Values.sdnc.user}} |
| 61 | SDNC_PASSWORD={{.Values.sdnc.password}} |
| 62 | |
| 63 | HEALTHCHECK_USER={{.Values.telemetry.user}} |
| 64 | HEALTHCHECK_PASSWORD={{.Values.telemetry.password}} |
Rashmi Pujar | 3cfa4cc | 2019-10-17 16:05:50 -0400 | [diff] [blame] | 65 | |
| 66 | CDS_GRPC_USERNAME={{.Values.cds.grpc.user}} |
| 67 | CDS_GRPC_PASSWORD={{.Values.cds.grpc.password}} |