Skip to content

Commit 54240f8

Browse files
authored
Merge pull request #46034 from n0vad3v/typo-job
Fix typo in 'Jobs' concept page
2 parents 52784d0 + 00658ed commit 54240f8

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/workloads/controllers

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/controllers/job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ A success policy is defined by rules. Each rule can take one of the following fo
588588
once the number of succeeded indexes from the subset of indexes specified in the `succeededIndexes` reaches the `succeededCount`,
589589
the job controller marks the Job as succeeded.
590590

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

594594
Here is a manifest for a Job with `successPolicy`:

0 commit comments

Comments
 (0)