From 082d3ccfe348885d7adfaeec4bbfb2682c7af4c3 Mon Sep 17 00:00:00 2001 From: Austin Macdonald Date: Mon, 11 Nov 2024 10:47:37 -0600 Subject: [PATCH] no retry on failure, we were spinning up 5 pods, lets just fail 1 time --- .github/manifests/disk-usage-report-job.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/manifests/disk-usage-report-job.yaml b/.github/manifests/disk-usage-report-job.yaml index ed2bcde0..b487280c 100644 --- a/.github/manifests/disk-usage-report-job.yaml +++ b/.github/manifests/disk-usage-report-job.yaml @@ -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