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 d4bf8a6 commit 73dfd9cCopy full SHA for 73dfd9c
crates/stackable-webhook/src/maintainer.rs
@@ -234,7 +234,6 @@ impl<'a> CustomResourceDefinitionMaintainer<'a> {
234
// See https://kubernetes.io/docs/reference/using-api/server-side-apply/#conflicts
235
let patch_params = PatchParams::apply(field_manager).force();
236
237
- // Finally apply the patch
238
crd_api
239
.patch(&crd_name, &patch_params, &patch)
240
.await
0 commit comments