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
|
- name: bodhi-celery-beat
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
image: bodhi-base-prebuilt:staging
|
image: bodhi-base-prebuilt:staging
|
||||||
env:
|
workingDir: "/tmp"
|
||||||
- name: HOME
|
|
||||||
value: "/tmp"
|
|
||||||
command: ["/usr/bin/celery"]
|
command: ["/usr/bin/celery"]
|
||||||
args: ["beat", "-A", "bodhi.server.tasks.app", "-l", "info"]
|
args: ["beat", "-A", "bodhi.server.tasks.app", "-l", "info"]
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue