Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
nstogner committed Oct 23, 2024
1 parent afa4e9a commit 5dce90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/static/examples/simple/failure-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
failurePolicy:
# Wait for all Jobs to be fully deleted before recreating any.
# Defaults to "Recreate" which restarts Jobs individually.
restartPolicy: BlockingRecreate
restartStrategy: BlockingRecreate
# On failure, restart all jobs up to 3 times.
maxRestarts: 3
replicatedJobs:
Expand Down

0 comments on commit 5dce90e

Please sign in to comment.