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.
2 parents 075d2bd + 28b5021 commit a8b8346Copy full SHA for a8b8346
content/en/docs/concepts/workloads/controllers/job.md
@@ -794,7 +794,7 @@ These are some requirements and semantics of the API:
794
are evaluated in order. Once a rule matches a Pod failure, the remaining rules
795
are ignored. When no rule matches the Pod failure, the default
796
handling applies.
797
-- you may want to restrict a rule to a specific container by specifing its name
+- you may want to restrict a rule to a specific container by specifying its name
798
in`spec.podFailurePolicy.rules[*].containerName`. When not specified the rule
799
applies to all containers. When specified, it should match one the container
800
or `initContainer` names in the Pod template.
0 commit comments