Skip to content

Commit e41a2b9

Browse files
committed
update
1 parent 0dd9cd0 commit e41a2b9

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

Cargo.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/operator-binary/src/main.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,6 @@ async fn main() -> anyhow::Result<()> {
255255
.await
256256
.expect("TODO");
257257

258-
// Bootstrap CRDs first to avoid "too old resource version" error
259-
conversion_webhook.reconcile_crds().await.expect("TODO");
260-
261258
let conversion_webhook = async move {
262259
conversion_webhook.run().await.expect("TODO");
263260
};

0 commit comments

Comments
 (0)