mdapi: remove echo failed from the OpenShift cronjob

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-05-06 11:30:15 +02:00
parent 41a2f75dbb
commit 0704eabc9d

View file

@ -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