Skip to content

Commit ec683bd

Browse files
mimowosftim
andauthored
Update content/en/examples/controllers/job-backoff-limit-per-index-failindex.yaml
Co-authored-by: Tim Bannister <22591623+sftim@users.noreply.github.com>
1 parent 194d3fd commit ec683bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/examples/controllers/job-backoff-limit-per-index-failindex.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
image: docker.io/library/python:3
1616
command:
1717
# The script:
18-
# - fails the Pod with index 0 with exit code 1 which result in retry,
18+
# - fails the Pod with index 0 with exit code 1, which results in one retry;
1919
# - fails the Pod with index 1 with exit code 42 which results
2020
# in failing the index without retry.
2121
# - succeeds Pods with any other index.

0 commit comments

Comments
 (0)