toddlers: Try specifying the command to run in the container

This should allow us to re-use the container for other commands with
playtime

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-07-06 17:53:21 +02:00
parent 56a476c7ed
commit 7b849b7a0f

View file

@ -22,6 +22,10 @@ spec:
containers:
- name: toddlers
image: toddlers:latest
command: ["fedora-messaging", "consume"]
env:
- name: PYTHONPATH
value: "/code"
resources: {}
volumeMounts:
- name: toddlers-secret-volume