From f84e66b4a43948753767a918fd6ee7b4e954ebb6 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Wed, 17 Nov 2021 13:44:32 +1000 Subject: [PATCH] [discourse2fedmsg] fix fedora messaging cert names Signed-off-by: Ryan Lerch --- .../discourse2fedmsg/templates/deploymentconfig.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/openshift-apps/discourse2fedmsg/templates/deploymentconfig.yml b/roles/openshift-apps/discourse2fedmsg/templates/deploymentconfig.yml index 9e52fb6eb7..536703c847 100644 --- a/roles/openshift-apps/discourse2fedmsg/templates/deploymentconfig.yml +++ b/roles/openshift-apps/discourse2fedmsg/templates/deploymentconfig.yml @@ -45,12 +45,12 @@ spec: subPath: cacert.pem readOnly: true - name: fedora-messaging-crt-volume - mountPath: /etc/pki/fedora-messaging/noggin-cert.pem - subPath: noggin-cert.pem + mountPath: /etc/pki/fedora-messaging/discourse2fedmsg-cert.pem + subPath: discourse2fedmsg-cert.pem readOnly: true - name: fedora-messaging-key-volume - mountPath: /etc/pki/fedora-messaging/noggin-key.pem - subPath: noggin-key.pem + mountPath: /etc/pki/fedora-messaging/discourse2fedmsg-key.pem + subPath: discourse2fedmsg-key.pem readOnly: true readinessProbe: timeoutSeconds: 10