Skip to content

Commit e4a600f

Browse files
committed
fix comment
1 parent 857b2ca commit e4a600f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/src/connect/controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ pub async fn reconcile(
214214
.await
215215
.context(ApplyServiceSnafu)?;
216216

217-
// Headless service used by executors connect back to the driver
217+
// Metrics service used for scraping
218218
let metrics_service =
219219
service::build_metrics_service(scs, &resolved_product_image.app_version_label_value)
220220
.context(BuildServiceSnafu)?;

0 commit comments

Comments
 (0)