Skip to content

Commit 5b22234

Browse files
committed
fix: update hashes
1 parent 3ca11ac commit 5b22234

3 files changed

Lines changed: 19 additions & 21 deletions

File tree

Cargo.nix

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

crate-hashes.json

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

rust/operator-binary/src/config/writer.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
//! Writers for Hadoop XML config files and Java `.properties` files.
22
//!
33
//! Vendored from the `product-config` crate's `writer` module so the operator no
4-
//! longer depends on `product-config` for rendering. The on-wire format is pinned
5-
//! by the kuttl ConfigMap snapshots under
6-
//! `tests/templates/kuttl/smoke/31_configmap_hdfs-*-default.yaml.j2`.
4+
//! longer depends on `product-config` for rendering.
75
86
use std::io::Write;
97

0 commit comments

Comments
 (0)