[firmitas] Make the cronjob run every week
This change is already done on production. So let's make it more permanent. See https://pagure.io/fedora-infrastructure/issue/12532#comment-969100 for more info.
This commit is contained in:
parent
941ab06fcf
commit
5df3cd8789
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ metadata:
|
||||||
name: "{{firmitas_application_name}}"
|
name: "{{firmitas_application_name}}"
|
||||||
namespace: "{{firmitas_namespace}}"
|
namespace: "{{firmitas_namespace}}"
|
||||||
spec:
|
spec:
|
||||||
schedule: "0 0 1 * *"
|
schedule: "0 0 * * 0"
|
||||||
timeZone: Etc/UTC
|
timeZone: Etc/UTC
|
||||||
concurrencyPolicy: "Forbid"
|
concurrencyPolicy: "Forbid"
|
||||||
startingDeadlineSeconds: 200
|
startingDeadlineSeconds: 200
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue