Skip to content

Commit 844dfa5

Browse files
dervoetisbernauer
andauthored
Update rust/operator-binary/src/crd/mod.rs
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent 04707f3 commit 844dfa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • rust/operator-binary/src/crd

rust/operator-binary/src/crd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pub struct HiveConfigOverrides {
4848
rename = "hive-site.xml",
4949
skip_serializing_if = "Option::is_none"
5050
)]
51-
pub hive_site: Option<KeyValueConfigOverrides>,
51+
pub hive_site_xml: Option<KeyValueConfigOverrides>,
5252

5353
#[serde(
5454
default,

0 commit comments

Comments
 (0)