chore(helm): Clean cron every 2 days once
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
40f1eed94a
commit
8d6afb2586
1 changed files with 2 additions and 2 deletions
|
|
@ -80,8 +80,8 @@ nameOverride: "utilities"
|
|||
fullnameOverride: "utilities-openreplay"
|
||||
|
||||
# 5 3 * * 1 “At 03:05 on Monday.”
|
||||
# refer: https://crontab.guru/#5_3_*_*_1
|
||||
cron: "5 3 * * 1"
|
||||
# refer: https://crontab.guru/#5_3_*_*_*/2
|
||||
cron: "5 3 * * */2"
|
||||
|
||||
# Pod configurations
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue