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:
parent
56a476c7ed
commit
7b849b7a0f
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue