Skip to content

Commit

Permalink
Update ci/infrastructure/scripts/deploy-multiapps-controller.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Silvestre Zabala <[email protected]>
  • Loading branch information
bonzofenix and silvestre committed Jun 10, 2024
1 parent 8424be9 commit 9fe9d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/infrastructure/scripts/deploy-multiapps-controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 9fe9d11

Please sign in to comment.