Skip to content

Commit 8fdfbce

Browse files
authored
Merge pull request #43197 from luoxiaohi/patch-1
Fix incorrect field path in Job concept
2 parents 8ec7897 + c8319a6 commit 8fdfbce

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
@@ -519,7 +519,7 @@ These are some requirements and semantics of the API:
519519
are ignored. When no rule matches the Pod failure, the default
520520
handling applies.
521521
- you may want to restrict a rule to a specific container by specifying its name
522-
in`spec.podFailurePolicy.rules[*].containerName`. When not specified the rule
522+
in`spec.podFailurePolicy.rules[*].onExitCodes.containerName`. When not specified the rule
523523
applies to all containers. When specified, it should match one the container
524524
or `initContainer` names in the Pod template.
525525
- you may specify the action taken when a Pod failure policy is matched by

0 commit comments

Comments
 (0)