From cd23763ac4eb644edb18c88f6b41e2a32d765c53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Tue, 10 Dec 2019 14:55:36 +0100 Subject: [PATCH] The full path is required MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- .../bugzilla2fedmsg/templates/deploymentconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/bugzilla2fedmsg/templates/deploymentconfig.yml b/roles/openshift-apps/bugzilla2fedmsg/templates/deploymentconfig.yml index abaf43a328..870714c9f8 100644 --- a/roles/openshift-apps/bugzilla2fedmsg/templates/deploymentconfig.yml +++ b/roles/openshift-apps/bugzilla2fedmsg/templates/deploymentconfig.yml @@ -24,7 +24,7 @@ spec: image: bugzilla2fedmsg:latest env: - name: APP_SCRIPT - value: "bugzilla2fedmsg" + value: "/opt/app-root/bin/bugzilla2fedmsg" # - name: FEDORA_MESSAGING_CONF # value: "/etc/fedora-messaging/config.toml" volumeMounts: