(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:
|
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
|
||||||
|
|
|
@ -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" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue