toddlers: we'll eventually get the path right

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-07-08 17:33:55 +02:00
parent 8e78310417
commit b4ee8cb0cb

View file

@ -6,7 +6,7 @@ spec:
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 3
concurrencyPolicy: Forbid
schedule: "30 15 * * *"
schedule: "35 15 * * *"
startingDeadlineSeconds: 500
jobTemplate:
spec:
@ -19,7 +19,7 @@ spec:
containers:
- name: toddlers
image: docker-registry.default.svc:5000/toddlers/toddlers:latest
command: ["/usr/bin/python3", "/code/toddlers/toddlers/playtime", "packager_bugzilla_sync"]
command: ["/usr/bin/python3", "/code/toddlers/toddlers/playtime.py", "packager_bugzilla_sync"]
env:
- name: PYTHONPATH
value: "/code"