We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e992b5b commit 969e1aeCopy full SHA for 969e1ae
rust/operator-binary/src/hbase_controller.rs
@@ -828,8 +828,8 @@ pub fn build_rolegroup_metrics_service(
828
.build(),
829
spec: Some(ServiceSpec {
830
// Internal communication does not need to be exposed
831
- type_: Some("ClusterIP".to_string()),
832
- cluster_ip: Some("None".to_string()),
+ type_: Some("ClusterIP".to_owned()),
+ cluster_ip: Some("None".to_owned()),
833
ports: Some(ports),
834
selector: Some(service_selector.into()),
835
publish_not_ready_addresses: Some(true),
0 commit comments