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 ed58563 commit 3be083eCopy full SHA for 3be083e
crates/stackable-webhook/src/servers/conversion.rs
@@ -285,11 +285,7 @@ impl ConversionWebhookServer {
285
name: operator_environment.operator_service_name.clone(),
286
namespace: operator_environment.operator_namespace.clone(),
287
path: Some(format!("/convert/{kind}")),
288
- port: Some(
289
- DEFAULT_HTTPS_PORT
290
- .try_into()
291
- .expect("DEFAULT_HTTPS_PORT must be convertible into i32"),
292
- ),
+ port: Some(DEFAULT_HTTPS_PORT.into()),
293
}),
294
ca_bundle: Some(ByteString(ca_bundle.as_bytes().to_vec())),
295
url: None,
0 commit comments