(fix) joystick: Upgrade the fedora version and remove config access
Signed-off-by: Sayan Chowdhury <sayanchowdhury@fedoraproject.org>
This commit is contained in:
parent
b744e61010
commit
56d600f649
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -10,7 +10,7 @@ items:
|
|||
runPolicy: Serial
|
||||
source:
|
||||
dockerfile: |-
|
||||
FROM fedora:29
|
||||
FROM fedora:31
|
||||
LABEL \
|
||||
maintainer="Sayan Chowdhury <gmail@yudocaa.in>" \
|
||||
name="joystick" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue