mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-15 06:39:30 +08:00
[os/joystick] --conf option comes before
This commit is contained in:
@@ -23,7 +23,7 @@ spec:
|
||||
containers:
|
||||
- name: joystick
|
||||
image: joystick/joystick:latest
|
||||
command: ["fedora-messaging", "consume", "--conf", "/etc/fedora-messaging-config/config.toml"]
|
||||
command: ["fedora-messaging", "--conf", "/etc/fedora-messaging/config.toml", "consume"]
|
||||
volumeMounts:
|
||||
- name: config-volume
|
||||
mountPath: /etc/fedora-messaging
|
||||
|
||||
Reference in New Issue
Block a user