Skip to content

Commit

Permalink
no retry on failure, we were spinning up 5 pods, lets just fail 1 time
Browse files Browse the repository at this point in the history
  • Loading branch information
asmacdo committed Nov 11, 2024
1 parent e1ecbc3 commit 082d3cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/manifests/disk-usage-report-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ spec:
labels:
app: disk-usage-report
spec:
backoffLimit: 0 # No retry on failure
containers:
- name: disk-usage-report
image: IMAGE_PLACEHOLDER
Expand Down

0 comments on commit 082d3cc

Please sign in to comment.