[os/joystick] Fix the callback in fedora-messaging

This commit is contained in:
Sayan Chowdhury 2019-06-28 17:46:53 +00:00
parent 42359a80c0
commit 79c3cea504

View file

@ -23,7 +23,7 @@ spec:
containers: containers:
- name: joystick - name: joystick
image: joystick/joystick:latest image: joystick/joystick:latest
command: ["fedora-messaging", "consume"] command: ["fedora-messaging", "consume", "--conf", "/etc/fedora-messaging-config/config.toml"]
volumeMounts: volumeMounts:
- name: config-volume - name: config-volume
mountPath: /etc/fedora-messaging mountPath: /etc/fedora-messaging