Bodhi: fix the celery command path in the celery-beat deployment config
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
c9f3d2d8be
commit
96ea5d1a8f
1 changed files with 2 additions and 2 deletions
|
@ -391,7 +391,7 @@ items:
|
|||
- name: bodhi-celery-beat
|
||||
{% if env == "staging" %}
|
||||
image: bodhi-base-prebuilt:staging
|
||||
command: [" /usr/bin/celery"]
|
||||
command: ["/usr/bin/celery"]
|
||||
args: ["beat", "-A", "bodhi.server.tasks.app", "-l", "info", "-Q", "celery"]
|
||||
{% else %}
|
||||
image: bodhi-celery-beat:latest
|
||||
|
@ -455,4 +455,4 @@ items:
|
|||
- type: ConfigChange
|
||||
kind: List
|
||||
metadata: {}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue