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 73b6245 commit 851e25aCopy full SHA for 851e25a
rust/operator-binary/src/connect/server.rs
@@ -412,8 +412,8 @@ pub(crate) fn build_internal_service(
412
.with_label(Label::try_from(("prometheus.io/scrape", "true")).context(LabelBuildSnafu)?)
413
.build(),
414
spec: Some(ServiceSpec {
415
- type_: Some("ClusterIP".to_string()),
416
- cluster_ip: Some("None".to_string()),
+ type_: Some("ClusterIP".to_owned()),
+ cluster_ip: Some("None".to_owned()),
417
ports: Some(vec![
418
ServicePort {
419
name: Some(String::from(GRPC)),
0 commit comments