mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
mdapi: fix the path of the script executed by the cronjob
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
@@ -4,7 +4,7 @@ metadata:
|
||||
name: mdapi
|
||||
spec:
|
||||
concurrencyPolicy: Forbid
|
||||
schedule: "50 * * * *"
|
||||
schedule: "20 * * * *"
|
||||
jobTemplate:
|
||||
spec:
|
||||
template:
|
||||
@@ -15,7 +15,7 @@ spec:
|
||||
containers:
|
||||
- name: mdapi
|
||||
image: docker-registry.default.svc:5000/mdapi/mdapi:latest
|
||||
command: ["bash", "-c", "/code/mdapi/mdapi-get_repo_md /etc/mdapi/mdapi.cfg; echo failed"]
|
||||
command: ["bash", "-c", "/code/mdapi-get_repo_md /etc/mdapi/mdapi.cfg; echo failed"]
|
||||
volumeMounts:
|
||||
- name: config-volume
|
||||
mountPath: /etc/mdapi
|
||||
|
||||
Reference in New Issue
Block a user