Skip to content

Commit 8e44732

Browse files
Update rust/operator-binary/src/controller.rs
Co-authored-by: Siegfried Weber <mail@siegfriedweber.net>
1 parent 8e4c46b commit 8e44732

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ pub fn error_policy(
655655
_ctx: Arc<Ctx>,
656656
) -> Action {
657657
match error {
658-
// An invalid HBaseCluster was deserialized. Await for it to change.
658+
// An invalid HiveCluster was deserialized. Await for it to change.
659659
Error::InvalidHiveCluster { .. } => Action::await_change(),
660660
_ => Action::requeue(*Duration::from_secs(5)),
661661
}

0 commit comments

Comments
 (0)