Skip to content

Commit 851e25a

Browse files
razvanNickLarsenNZ
andauthored
Update rust/operator-binary/src/connect/server.rs
Co-authored-by: Nick <[email protected]>
1 parent 73b6245 commit 851e25a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@ pub(crate) fn build_internal_service(
412412
.with_label(Label::try_from(("prometheus.io/scrape", "true")).context(LabelBuildSnafu)?)
413413
.build(),
414414
spec: Some(ServiceSpec {
415-
type_: Some("ClusterIP".to_string()),
416-
cluster_ip: Some("None".to_string()),
415+
type_: Some("ClusterIP".to_owned()),
416+
cluster_ip: Some("None".to_owned()),
417417
ports: Some(vec![
418418
ServicePort {
419419
name: Some(String::from(GRPC)),

0 commit comments

Comments
 (0)