distgit-bz: place the starting deadline at the right level

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2019-12-06 10:26:06 +01:00
parent 79eeb97509
commit 202d66eadd

View file

@ -7,6 +7,7 @@ spec:
failedJobsHistoryLimit: 1 failedJobsHistoryLimit: 1
concurrencyPolicy: Forbid concurrencyPolicy: Forbid
schedule: "*/10 * * * *" schedule: "*/10 * * * *"
startingDeadlineSeconds: 500
jobTemplate: jobTemplate:
spec: spec:
template: template:
@ -24,7 +25,6 @@ spec:
mountPath: /etc/distgit-bugzilla-sync mountPath: /etc/distgit-bugzilla-sync
readOnly: true readOnly: true
restartPolicy: Never restartPolicy: Never
startingDeadlineSeconds: 500
volumes: volumes:
- name: config-volume - name: config-volume
configMap: configMap: