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:
|
containers:
|
||||||
- name: mdapi
|
- name: mdapi
|
||||||
image: docker-registry.default.svc:5000/mdapi/mdapi:latest
|
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:
|
volumeMounts:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
mountPath: /etc/mdapi
|
mountPath: /etc/mdapi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue