From 1f692d7f82428db39178d38d5eb40e75ea73e200 Mon Sep 17 00:00:00 2001 From: Christopher Weibel Date: Wed, 30 Oct 2024 14:34:25 -0400 Subject: [PATCH] Adding binding_db to external-db.yml ops file --- operations/external-db.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/operations/external-db.yml b/operations/external-db.yml index 7e2a43ae6a..f3f926d024 100644 --- a/operations/external-db.yml +++ b/operations/external-db.yml @@ -129,3 +129,10 @@ - type: replace path: /instance_groups/name=metricsforwarder/jobs/name=metricsforwarder/properties/autoscaler/storedprocedure_db_connection_config? value: *databaseConnectionConfig + +- type: replace + path: /instance_groups/name=metricsforwarder/jobs/name=metricsforwarder/properties/autoscaler/binding_db + value: *external_database +- type: replace + path: /instance_groups/name=metricsforwarder/jobs/name=metricsforwarder/properties/autoscaler/binding_db_connection_config? + value: *databaseConnectionConfig \ No newline at end of file