From c085751ef1440b4af9ce6c61af48c266a1db27e5 Mon Sep 17 00:00:00 2001 From: Austin Macdonald Date: Mon, 11 Nov 2024 09:18:16 -0600 Subject: [PATCH] Fixup use the correct job api --- .github/manifests/disk-usage-report-job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/manifests/disk-usage-report-job.yaml b/.github/manifests/disk-usage-report-job.yaml index 387aead..ed2bcde 100644 --- a/.github/manifests/disk-usage-report-job.yaml +++ b/.github/manifests/disk-usage-report-job.yaml @@ -1,4 +1,4 @@ -apiVersion: v1/batch +apiVersion: batch/v1 kind: Job metadata: name: disk-usage-report-job