mdapi: change cronjob entrypoint command
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
d59ca4e29f
commit
ab250d7a87
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ spec:
|
|||
containers:
|
||||
- name: mdapi
|
||||
image: image-registry.openshift-image-registry.svc:5000/mdapi/mdapi:latest
|
||||
command: ["bash", "-c", "/code/mdapi-get_repo_md /etc/mdapi/mdapi.cfg"]
|
||||
command: ["bash", "-c", "/usr/bin/mdapi --conffile /code/mdapi/confdata/standard.py database"]
|
||||
volumeMounts:
|
||||
- name: config-volume
|
||||
mountPath: /etc/mdapi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue