BlockerBugs: Rmove duplicated startingDeadlineSeconds in CronJob

This commit is contained in:
František Zatloukal 2024-04-15 11:07:08 +02:00
parent 0d40c3e1bd
commit a6495f1eae

View file

@ -7,14 +7,13 @@ spec:
failedJobsHistoryLimit: 1
concurrencyPolicy: Forbid
activeDeadlineSeconds: 900
startingDeadlineSeconds: 180
startingDeadlineSeconds: 600
schedule: "*/30 * * * *"
jobTemplate:
spec:
template:
spec:
restartPolicy: Never
startingDeadlineSeconds: 600
containers:
- name: blockerbugs-sync
image: image-registry.openshift-image-registry.svc:5000/blockerbugs/blockerbugs:latest