[os/joystick] --conf option comes before

This commit is contained in:
Sayan Chowdhury 2019-06-28 20:57:32 +00:00
parent 3ac0df019b
commit 1cd03dc40a

View file

@ -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