Skip to content

Commit 7a82515

Browse files
maltesanderadwk67
andauthored
Update rust/operator-binary/src/controller/validate.rs
Co-authored-by: Andrew Kenworthy <1712947+adwk67@users.noreply.github.com>
1 parent 63327ce commit 7a82515

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/controller/validate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ fn validated_product_config(
140140

141141
role_config.extend(broker_role_config);
142142

143-
// We need this if because controller_role() raises an error if not existing,
143+
// We need this because controller_role() raises an error if non-existent,
144144
// which would stop reconciliation.
145145
if kafka.spec.controllers.is_some() {
146146
let controller_role = [(

0 commit comments

Comments
 (0)