[os/joystick] --conf option comes before
This commit is contained in:
parent
3ac0df019b
commit
1cd03dc40a
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: joystick
|
- name: joystick
|
||||||
image: joystick/joystick:latest
|
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:
|
volumeMounts:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
mountPath: /etc/fedora-messaging
|
mountPath: /etc/fedora-messaging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue