Skip to content

Commit

Permalink
Signed-off-by: tooptoop4 <[email protected]>
Browse files Browse the repository at this point in the history
  • Loading branch information
tooptoop4 authored Nov 7, 2024
1 parent 3c3d3f6 commit a73792b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions examples/k8s-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ spec:
# evaluated to true, the step is considered failed. Likewise, if successCondition
# is ever evaluated to true the step is considered successful. It uses kubernetes
# label selection syntax and can be applied against any field of the resource
# (not just labels). Multiple AND conditions can be represented by comma
# delimited expressions. For more details, see:
# (not just labels).
# For successCondition: Multiple AND conditions can be represented by comma
# delimited expressions.
# For failureCondition: Multiple OR conditions can be represented by comma
# delimited expressions.
# For more details, see:
# https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
successCondition: status.succeeded > 2
failureCondition: status.failed > 1
Expand Down

0 comments on commit a73792b

Please sign in to comment.