(fix) joystick: Upgrade the fedora version and remove config access

Signed-off-by: Sayan Chowdhury <sayanchowdhury@fedoraproject.org>
This commit is contained in:
Sayan Chowdhury 2019-12-03 20:18:35 +00:00 committed by Pierre-Yves Chibon
parent b744e61010
commit 56d600f649
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -10,7 +10,7 @@ items:
runPolicy: Serial
source:
dockerfile: |-
FROM fedora:29
FROM fedora:31
LABEL \
maintainer="Sayan Chowdhury <gmail@yudocaa.in>" \
name="joystick" \