From bcea661aa1974b20f636c9ce72baee147c6e7357 Mon Sep 17 00:00:00 2001 From: Hiranmoy Das Chowdhury Date: Wed, 15 May 2024 17:16:03 +0600 Subject: [PATCH] WG modified Signed-off-by: Hiranmoy Das Chowdhury --- pgbouncer/kubedb_client_builder.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pgbouncer/kubedb_client_builder.go b/pgbouncer/kubedb_client_builder.go index 8ded46685..513d39c6e 100644 --- a/pgbouncer/kubedb_client_builder.go +++ b/pgbouncer/kubedb_client_builder.go @@ -234,4 +234,5 @@ func (l *XormClientList) addXormClient(kc client.Client, pb *api.PgBouncer, ctx } else { l.List = append(l.List, xormClient) } + l.WG.Done() }