Skip to content

Commit

Permalink
Fix typo .spec.succeessPolicy.rules to .spec.successPolicy.rules
Browse files Browse the repository at this point in the history
  • Loading branch information
n0vad3v committed Apr 27, 2024
1 parent 52784d0 commit 00658ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/workloads/controllers/job.md
Expand Up @@ -588,7 +588,7 @@ A success policy is defined by rules. Each rule can take one of the following fo
once the number of succeeded indexes from the subset of indexes specified in the `succeededIndexes` reaches the `succeededCount`,
the job controller marks the Job as succeeded.

Note that when you specify multiple rules in the `.spec.succeessPolicy.rules`,
Note that when you specify multiple rules in the `.spec.successPolicy.rules`,
the job controller evaluates the rules in order. Once the Job meets a rule, the job controller ignores remaining rules.

Here is a manifest for a Job with `successPolicy`:
Expand Down

0 comments on commit 00658ed

Please sign in to comment.