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 a73e368 commit c538fc4Copy full SHA for c538fc4
crates/stackable-webhook/src/servers/conversion.rs
@@ -136,7 +136,7 @@ impl ConversionWebhookServer {
136
/// ];
137
///
138
/// let options = ConversionWebhookOptions {
139
- /// socket_addr: "127.0.0.1:8443".parse().unwrap(),
+ /// socket_addr: "127.0.0.1:8443".parse().expect("static IP is always valid"),
140
/// field_manager: OPERATOR_NAME.to_owned(),
141
/// namespace: operator_environment.operator_namespace,
142
/// service_name: operator_environment.operator_service_name,
0 commit comments