Skip to content

Commit c8666ae

Browse files
committed
Remove space
1 parent b0d5e44 commit c8666ae

File tree

1 file changed

+1
-1
lines changed
  • crates/stackable-operator/src/builder/pod

1 file changed

+1
-1
lines changed

crates/stackable-operator/src/builder/pod/probe.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ impl ProbeBuilder<ProbeAction, Duration> {
200200
Ok(self.with_success_threshold(success_threshold.ceil() as i32))
201201
}
202202

203-
/// After a probe fails `failureThreshold` times in a row, Kubernetes considers that the
203+
/// After a probe fails `failureThreshold` times in a row, Kubernetes considers that the
204204
/// overall check has failed: the container is not ready/healthy/live.
205205
///
206206
/// Minimum value is 1 second. For the case of a startup or liveness probe, if at least

0 commit comments

Comments
 (0)