From 834a369647227123755788a1e787e5b0c44df24f Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Tue, 2 Apr 2019 17:35:15 +0200 Subject: [PATCH] Greenwave: specify the full path of fedora-messaging Signed-off-by: Clement Verna --- roles/openshift-apps/greenwave/templates/deploymentconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/greenwave/templates/deploymentconfig.yml b/roles/openshift-apps/greenwave/templates/deploymentconfig.yml index d0047e0bb2..d769a64229 100644 --- a/roles/openshift-apps/greenwave/templates/deploymentconfig.yml +++ b/roles/openshift-apps/greenwave/templates/deploymentconfig.yml @@ -81,7 +81,7 @@ spec: ports: - containerPort: 8081 command: - - fedora-messaging consume + - '/usr/bin/fedora-messaging consume' volumeMounts: - name: config-volume mountPath: /etc/greenwave