Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
fix missing secret jq declaration
Browse files Browse the repository at this point in the history
Signed-off-by: JT Archie <[email protected]>
  • Loading branch information
kcboyle authored and JT Archie committed Dec 13, 2018
1 parent 5a715bb commit 6b9dab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/configure-ert/task.sh
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ cf_properties=$(
".properties.system_database.external.silk_password": { "value": { "secret": $db_silk_password } },
".properties.system_database.external.silk_username": { "value": $db_silk_username },
".properties.system_database.external.uaa_password": { "value": $db_uaa_password },
".properties.system_database.external.uaa_username": { "value": $db_uaa_username },
".properties.system_database.external.uaa_username": { "value": {"secret" : $db_uaa_username } },
".properties.tcp_routing": { "value": "disable" },
".properties.uaa_database": { "value": "external" },
".properties.uaa_database.external.host": { "value": $db_host },
Expand Down

0 comments on commit 6b9dab6

Please sign in to comment.