forked from infra/ansible
fix command
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
76cc776377
commit
ab3253d1e8
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ spec:
|
|||
- name: app
|
||||
image: image-registry.openshift-image-registry.svc:5000/jira-sync/jira_sync:latest
|
||||
imagePullPolicy: Always
|
||||
command: ["fedora-messaging", "--conf", "/etc/jira-sync/fedora-messaging.toml"]
|
||||
command: ["fedora-messaging", "--conf", "/etc/jira-sync/fedora-messaging.toml", "consume"]
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /etc/jira-sync
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue