From 9fe9d11508bc879e96901d27f475ded1e4b80b58 Mon Sep 17 00:00:00 2001 From: bonzofenix <317403+bonzofenix@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:54:51 +0200 Subject: [PATCH] Update ci/infrastructure/scripts/deploy-multiapps-controller.sh Co-authored-by: Silvestre Zabala --- ci/infrastructure/scripts/deploy-multiapps-controller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/infrastructure/scripts/deploy-multiapps-controller.sh b/ci/infrastructure/scripts/deploy-multiapps-controller.sh index 52350e62a2..ef0d9f5034 100755 --- a/ci/infrastructure/scripts/deploy-multiapps-controller.sh +++ b/ci/infrastructure/scripts/deploy-multiapps-controller.sh @@ -14,7 +14,7 @@ function create_postgres_service() { postgres_password=$(credhub get -n /bosh-autoscaler/postgres/pgadmin_database_password -q) # delete existing service - cf cups deploy-service-database -p "{ \"uri\": \"postgres://${postgres_username}:${postgres_password}@${postgres_hostname}:5524/${postgres_database_name}\", \"username\": \"${postgres_username}\", \"password\": \"${postgres_password}\" }" + cf cups deploy-service-database -p "{ \"uri\": \"postgres://${postgres_username}:${postgres_password}@${postgres_hostname}:5524/${postgres_database_name}\", \"username\": \"${postgres_username}\", \"password\": \"${postgres_password}\" }" -t postgres } function deploy_multiapps_controller() {