Skip to content

Commit

Permalink
Fixup backup limit job not template
Browse files Browse the repository at this point in the history
  • Loading branch information
asmacdo committed Nov 11, 2024
1 parent 082d3cc commit d46ea44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/manifests/disk-usage-report-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ metadata:
name: disk-usage-report-job
namespace: jupyterhub
spec:
backoffLimit: 0 # No retry on failure
template:
metadata:
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 d46ea44

Please sign in to comment.