Skip to content

Commit

Permalink
Update rfcs/0009-custom-health-checks/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Max Jonas Werner <[email protected]>
Signed-off-by: Matheus Pimenta <[email protected]>
  • Loading branch information
matheuscscp and makkes authored Jan 30, 2025
1 parent 1b2a3aa commit 45bb2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfcs/0009-custom-health-checks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ the respective status of the first expression that evaluates to `true`. If none
expressions evaluate to `true`, we consider the custom resource in progress.

When the `Failed` expression is not specified the controller will keep evaluating the
`Current` expression until it returns `true`, and will give up after the timeout is reached.
`Current` expression until it returns `true`, and will give up after the timeout defined in the Kustomization's `spec.timeout` field is reached.
Users will be encouraged to provide a `Failed` expression to avoid stalling the reconciliation
loop until the timeout is reached.

Expand Down

0 comments on commit 45bb2a7

Please sign in to comment.