Skip to content

Commit

Permalink
ci: clean up cluster every day
Browse files Browse the repository at this point in the history
Co-authored-by: 3u13r <[email protected]>
  • Loading branch information
burgerdev and 3u13r committed Nov 13, 2024
1 parent 81a482b commit cc6a8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bm-maintenance/deployment_tdx_snp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ kind: CronJob
metadata:
name: cleanup-maintenance
spec:
schedule: "0 0 * * 0"
schedule: "0 2 * * *" # 2 AM every day
jobTemplate:
spec:
template:
Expand Down

0 comments on commit cc6a8dc

Please sign in to comment.