From b26636955ebe78da7a44c2c2e634f3a8d757cfb5 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Tue, 2 Apr 2019 19:37:49 +0200 Subject: [PATCH] Greenwave: Use a list to run the fedora-messaging consume command Signed-off-by: Clement Verna --- roles/openshift-apps/greenwave/templates/deploymentconfig.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/openshift-apps/greenwave/templates/deploymentconfig.yml b/roles/openshift-apps/greenwave/templates/deploymentconfig.yml index d769a64229..d8ffb11311 100644 --- a/roles/openshift-apps/greenwave/templates/deploymentconfig.yml +++ b/roles/openshift-apps/greenwave/templates/deploymentconfig.yml @@ -80,8 +80,7 @@ spec: image: registry/greenwave:latest ports: - containerPort: 8081 - command: - - '/usr/bin/fedora-messaging consume' + command: ["fedora-messaging", "consume"] volumeMounts: - name: config-volume mountPath: /etc/greenwave