We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec7897 commit c8319a6Copy full SHA for c8319a6
content/en/docs/concepts/workloads/controllers/job.md
@@ -519,7 +519,7 @@ These are some requirements and semantics of the API:
519
are ignored. When no rule matches the Pod failure, the default
520
handling applies.
521
- 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
+ in`spec.podFailurePolicy.rules[*].onExitCodes.containerName`. When not specified the rule
523
applies to all containers. When specified, it should match one the container
524
or `initContainer` names in the Pod template.
525
- you may specify the action taken when a Pod failure policy is matched by
0 commit comments