Bodhi: use workingDir instead of the HOME env variable for celery
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
4cd79744f5
commit
5f429a0d1b
1 changed files with 1 additions and 3 deletions
|
@ -391,9 +391,7 @@ items:
|
|||
- name: bodhi-celery-beat
|
||||
{% if env == "staging" %}
|
||||
image: bodhi-base-prebuilt:staging
|
||||
env:
|
||||
- name: HOME
|
||||
value: "/tmp"
|
||||
workingDir: "/tmp"
|
||||
command: ["/usr/bin/celery"]
|
||||
args: ["beat", "-A", "bodhi.server.tasks.app", "-l", "info"]
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue