Skip to content

Commit 65b795f

Browse files
fix: headless service function
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent 00375d1 commit 65b795f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/discovery.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@ fn build_discovery_configmap(
113113
}
114114

115115
pub fn build_headless_role_group_metrics_service_name(name: String) -> String {
116-
format!("{name}-metrics", name = name)
116+
format!("{name}-metrics")
117117
}

0 commit comments

Comments
 (0)