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() {