MDAPI: try to pull the correct container in the cron job
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
542bd3ca73
commit
ea9b6de809
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue