Skip to content

Commit 969e1ae

Browse files
Apply suggestions from code review
Co-authored-by: Techassi <[email protected]>
1 parent e992b5b commit 969e1ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/operator-binary/src/hbase_controller.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -828,8 +828,8 @@ pub fn build_rolegroup_metrics_service(
828828
.build(),
829829
spec: Some(ServiceSpec {
830830
// Internal communication does not need to be exposed
831-
type_: Some("ClusterIP".to_string()),
832-
cluster_ip: Some("None".to_string()),
831+
type_: Some("ClusterIP".to_owned()),
832+
cluster_ip: Some("None".to_owned()),
833833
ports: Some(ports),
834834
selector: Some(service_selector.into()),
835835
publish_not_ready_addresses: Some(true),

0 commit comments

Comments
 (0)