From 23caf0e82c6ba35b8aec998921cdd22a5c6d02e0 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Tue, 12 Sep 2023 13:35:49 +1000 Subject: [PATCH] mote: cert stuff figured out back to using the right config Signed-off-by: Ryan Lerch --- roles/openshift-apps/mote/templates/fedmsg-dc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/mote/templates/fedmsg-dc.yml b/roles/openshift-apps/mote/templates/fedmsg-dc.yml index aabdd64113..d6725d6b0d 100644 --- a/roles/openshift-apps/mote/templates/fedmsg-dc.yml +++ b/roles/openshift-apps/mote/templates/fedmsg-dc.yml @@ -32,7 +32,7 @@ spec: value: RedisCache imagePullPolicy: IfNotPresent volumeMounts: - - mountPath: /etc/fedora-messaging/config.py + - mountPath: /etc/fedora-messaging/config.toml name: fedmsg-config readOnly: true subPath: config.toml