summaryrefslogtreecommitdiffstats
path: root/values.yaml
diff options
context:
space:
mode:
authorBilal A <bilal@research.att.com>2019-05-07 10:11:27 -0400
committerBilal A <bilal@research.att.com>2019-05-07 10:11:27 -0400
commit5fbb28398afc91e9d0e2ca918967eb8b95538abd (patch)
tree0221f2c16e70e3bc34adc522a9af6bd53cbfacab /values.yaml
parent4800ba63e5bb86840e35cab095da4b258263dec2 (diff)
Authentication Params for New Policy Components
Updating username and password for new policy components' healthchecks. Change-Id: Ib1f0240a8fc8d106add81a98244bb78351bc8e40 Issue-ID: POLICY-1684 Signed-off-by: Bilal A <bilal@research.att.com>
Diffstat (limited to 'values.yaml')
-rwxr-xr-xvalues.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/values.yaml b/values.yaml
index 14f6064..4e2a1ed 100755
--- a/values.yaml
+++ b/values.yaml
@@ -123,6 +123,8 @@ policyAuth: "dGVzdHBkcDphbHBoYTEyMw=="
policyClientAuth: "cHl0aG9uOnRlc3Q="
policyUsername: "demo@people.osaaf.org"
policyPassword: "demo123456!"
+policyComponentUsername: "healthcheck"
+policyComponentPassword: "zb!XztG34"
# PORTAL
portalUsername: "demo"
portalPassword: "Kp8bJ4SXszM0WXlhak3eHlcse"