Poddlers: fix cron job
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
61053600c3
commit
3b680accf3
1 changed files with 5 additions and 1 deletions
|
@ -23,7 +23,11 @@ spec:
|
|||
containers:
|
||||
- name: toddlers
|
||||
image: image-registry.openshift-image-registry.svc:5000/poddlers/toddlers:latest
|
||||
command: ["/opt/app-root/bin/toddlers-playtime", "{{ cronjob.command }}"]
|
||||
command: [
|
||||
"/opt/app-root/bin/toddlers-playtime",
|
||||
"--conf", "/etc/fedora-messaging/{{ cronjob.name }}.toml",
|
||||
"{{ cronjob.command }}"
|
||||
]
|
||||
env:
|
||||
{{ common_env() | indent(4) }}
|
||||
volumeMounts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue