Skip to content

Commit

Permalink
add missing binding db connection details for mysql database
Browse files Browse the repository at this point in the history
  • Loading branch information
asalan316 committed Nov 6, 2024
1 parent cb2d5c4 commit f200e24
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 f200e24

Please sign in to comment.