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:
Clement Verna 2020-01-15 13:37:13 +01:00 committed by Pierre-Yves Chibon
parent c9f3d2d8be
commit 96ea5d1a8f

View file

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