(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: containers:
- name: joystick - name: joystick
image: joystick/joystick:latest image: joystick/joystick:latest
command: ["fedora-messaging", "--conf", "/etc/fedora-messaging/config.toml", "consume"] command: ["fedora-messaging", "consume"]
volumeMounts: volumeMounts:
- name: config-volume - name: config-volume
mountPath: /etc/fedora-messaging mountPath: /etc/fedora-messaging

View file

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