mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
MDAPI: try to pull the correct container in the cron job
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
@@ -14,7 +14,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: mdapi
|
||||
image: registry/mdapi:latest
|
||||
image: docker-registry.default.svc:5000/mdapi/mdapi:latest
|
||||
command: ["bash", "-c", "/code/mdapi/mdapi-get_repo_md /etc/mdapi/mdapi.cfg; echo failed"]
|
||||
volumeMounts:
|
||||
- mountPath: /etc/mdapi
|
||||
|
||||
Reference in New Issue
Block a user