fedocal: fix the path to the cron script
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
0eae657232
commit
d9cbb080d7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ spec:
|
|||
- name: fedocal-cron
|
||||
image: docker-registry.default.svc:5000/fedocal/fedocal:latest
|
||||
command: ["python3"]
|
||||
args: ["/usr/bin/fedocal_cron.py"]
|
||||
args: ["/opt/app-root/src/fedocal_cron.py"]
|
||||
env:
|
||||
- name: FEDOCAL_CONFIG
|
||||
value: /opt/app-root/config/fedocal.cfg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue