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 fd2154f commit 9d687ceCopy full SHA for 9d687ce
crates/stackable-webhook/src/webhooks/conversion_webhook.rs
@@ -244,7 +244,7 @@ where
244
self.options.disable_crd_maintenance
245
}
246
247
- #[instrument(skip(self))]
+ #[instrument(skip(self, new_ca_bundle))]
248
async fn handle_certificate_rotation(
249
&mut self,
250
new_ca_bundle: &ByteString,
crates/stackable-webhook/src/webhooks/mutating_webhook.rs
@@ -206,7 +206,7 @@ where
206
self.options.disable_mwc_maintenance
207
208
209
210
211
212
0 commit comments