blob: c535a950b5481aef2273ceca464e8b5079d365c2 [file] [log] [blame]
Jakub Latusekd71d26c2020-10-21 13:36:29 +02001{{/*
jhh01096592019-09-04 07:47:25 -05002# ============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 Latusekd71d26c2020-10-21 13:36:29 +020019*/}}
jhh01096592019-09-04 07:47:25 -050020
jhh01096592019-09-04 07:47:25 -050021TELEMETRY_USER={{.Values.telemetry.user}}
22TELEMETRY_PASSWORD={{.Values.telemetry.password}}
23
24REPOSITORY_USERNAME={{.Values.nexus.user}}
25REPOSITORY_PASSWORD={{.Values.nexus.password}}
26
jhh01096592019-09-04 07:47:25 -050027PDPD_CONFIGURATION_API_KEY={{.Values.dmaap.brmsgw.key}}
28PDPD_CONFIGURATION_API_SECRET={{.Values.dmaap.brmsgw.secret}}
29
30POLICY_PDP_PAP_API_KEY={{.Values.dmaap.pap.key}}
31POLICY_PDP_PAP_API_SECRET={{.Values.dmaap.pap.secret}}
32
33PAP_USERNAME={{.Values.pap.user}}
34PAP_PASSWORD={{.Values.pap.password}}
35
jhhdf5484e2020-04-06 15:08:35 -050036PAP_LEGACY_USERNAME={{.Values.papl.user}}
37PAP_LEGACY_PASSWORD={{.Values.papl.password}}
38
jhh01096592019-09-04 07:47:25 -050039PDP_USERNAME={{.Values.pdp.user}}
40PDP_PASSWORD={{.Values.pdp.password}}
41
jhhdf5484e2020-04-06 15:08:35 -050042PDP_LEGACY_USERNAME={{.Values.pdpl.user}}
43PDP_LEGACY_PASSWORD={{.Values.pdpl.password}}
44
jhh01096592019-09-04 07:47:25 -050045AAI_USERNAME={{.Values.aai.user}}
46AAI_PASSWORD={{.Values.aai.password}}
47
48SO_USERNAME={{.Values.so.user}}
49SO_PASSWORD={{.Values.so.password}}
50
51VFC_USERNAME={{.Values.vfc.user}}
52VFC_PASSWORD={{.Values.vfc.password}}
53
54SDNC_USERNAME={{.Values.sdnc.user}}
55SDNC_PASSWORD={{.Values.sdnc.password}}
56
57HEALTHCHECK_USER={{.Values.telemetry.user}}
58HEALTHCHECK_PASSWORD={{.Values.telemetry.password}}
Rashmi Pujar3cfa4cc2019-10-17 16:05:50 -040059
60CDS_GRPC_USERNAME={{.Values.cds.grpc.user}}
61CDS_GRPC_PASSWORD={{.Values.cds.grpc.password}}