From d3fdcbe9b6d028cb1cfcbc3a33c15d14ea0ef7ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Tue, 23 Jul 2024 10:58:13 +0200 Subject: [PATCH] Fix some names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- .../webhook2fedmsg/templates/deploymentconfig.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/webhook2fedmsg/templates/deploymentconfig.yml b/roles/openshift-apps/webhook2fedmsg/templates/deploymentconfig.yml index 2361cd500a..625baa5760 100644 --- a/roles/openshift-apps/webhook2fedmsg/templates/deploymentconfig.yml +++ b/roles/openshift-apps/webhook2fedmsg/templates/deploymentconfig.yml @@ -34,7 +34,7 @@ spec: - name: config mountPath: "/etc/webhook2fedmsg" readOnly: true - - name: script + - name: wsgi-script mountPath: "/opt/app-root/src/deploy" readOnly: true - name: fedora-messaging-config @@ -67,7 +67,7 @@ spec: # path: "/healthz/live" # port: 8080 volumes: - - name: webhook2fedmsg-config + - name: config configMap: name: config - name: wsgi-script