From 0e153ab8e981bf96cb4fd3e3d46bb9c293afde53 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Tue, 2 Apr 2019 16:17:41 +0200 Subject: [PATCH] Greenwave: Fix the fedora-messaging consume command 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 26599eec7a..d0047e0bb2 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" + - fedora-messaging consume volumeMounts: - name: config-volume mountPath: /etc/greenwave