Skip to content

Commit 564b02c

Browse files
committed
Flatten common config into journalnode too
1 parent 95d3c77 commit 564b02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/crd/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ pub struct JournalNodeConfig {
11671167
pub resources: Resources<HdfsStorageConfig, NoRuntimeLimits>,
11681168
#[fragment_attrs(serde(default))]
11691169
pub logging: Logging<JournalNodeContainer>,
1170-
#[fragment_attrs(serde(default))]
1170+
#[fragment_attrs(serde(flatten))]
11711171
pub common: CommonNodeConfig,
11721172
}
11731173

0 commit comments

Comments
 (0)