mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
Greenwave: Use a list to run the fedora-messaging consume command
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
@@ -80,8 +80,7 @@ spec:
|
||||
image: registry/greenwave:latest
|
||||
ports:
|
||||
- containerPort: 8081
|
||||
command:
|
||||
- '/usr/bin/fedora-messaging consume'
|
||||
command: ["fedora-messaging", "consume"]
|
||||
volumeMounts:
|
||||
- name: config-volume
|
||||
mountPath: /etc/greenwave
|
||||
|
||||
Reference in New Issue
Block a user