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 debbc0b commit 23c2531Copy full SHA for 23c2531
crates/stackable-webhook/src/servers/conversion.rs
@@ -231,8 +231,8 @@ impl ConversionWebhookServer {
231
&client,
232
field_manager,
233
&crds,
234
- &operator_namespace,
235
- &operator_service_name,
+ operator_namespace,
+ operator_service_name,
236
current_cert,
237
)
238
.await
@@ -245,8 +245,8 @@ impl ConversionWebhookServer {
245
246
247
248
249
250
),
251
)?;
252
0 commit comments