diff --git a/roles/openshift-apps/joystick/files/deploymentconfig.yml b/roles/openshift-apps/joystick/files/deploymentconfig.yml index 3545037de2..4c20614152 100644 --- a/roles/openshift-apps/joystick/files/deploymentconfig.yml +++ b/roles/openshift-apps/joystick/files/deploymentconfig.yml @@ -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