mdapi: remove echo failed from the OpenShift cronjob
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
41a2f75dbb
commit
0704eabc9d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ spec:
|
|||
containers:
|
||||
- name: mdapi
|
||||
image: docker-registry.default.svc:5000/mdapi/mdapi:latest
|
||||
command: ["bash", "-c", "/code/mdapi-get_repo_md /etc/mdapi/mdapi.cfg; echo failed"]
|
||||
command: ["bash", "-c", "/code/mdapi-get_repo_md /etc/mdapi/mdapi.cfg"]
|
||||
volumeMounts:
|
||||
- name: config-volume
|
||||
mountPath: /etc/mdapi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue