mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 12:10:34 +08:00
(fix) joystick: Upgrade the fedora version and remove config access
Signed-off-by: Sayan Chowdhury <sayanchowdhury@fedoraproject.org>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
b744e61010
commit
56d600f649
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user