Skip to content

Commit e1e53be

Browse files
maltesanderadwk67
andauthored
Update rust/operator-binary/src/controller/build/config_map.rs
Co-authored-by: Andrew Kenworthy <1712947+adwk67@users.noreply.github.com>
1 parent a8bddf9 commit e1e53be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/controller/build/config_map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ pub fn build_rolegroup_config_map(
9999
let mut data: BTreeMap<String, String> = BTreeMap::new();
100100

101101
// Auth files (e.g. password-authenticator file contents) — inserted FIRST
102-
// to match the legacy ordering in controller.rs:621.
102+
// to match the legacy precedence.
103103
for (file_name, props) in cluster.cluster_config.authentication.config_files(role) {
104104
let rendered =
105105
to_java_properties_string(&props).with_context(|_| WritePropertiesSnafu {

0 commit comments

Comments
 (0)