Skip to content

Commit

Permalink
Merge pull request #3312 from cloudfoundry/add-binding-db-for-mysql
Browse files Browse the repository at this point in the history
Fix(database) Add missing binding db connection details for mysql database
  • Loading branch information
asalan316 authored Nov 6, 2024
2 parents 64d35a8 + f200e24 commit fd1c86e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion operations/cf-mysql-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,12 @@
- type: replace
path: /instance_groups/name=asapi/jobs/name=metricsforwarder/properties/autoscaler/policy_db_connection_config
value: *databaseConnectionConfig

- type: replace
path: /instance_groups/name=asapi/jobs/name=metricsforwarder/properties/autoscaler/binding_db
value: *external_database
- type: replace
path: /instance_groups/name=asapi/jobs/name=metricsforwarder/properties/autoscaler/binding_db_connection_config
value: *databaseConnectionConfig



Expand Down

0 comments on commit fd1c86e

Please sign in to comment.