diff --git a/roles/openshift-apps/greenwave/templates/deploymentconfig.yml b/roles/openshift-apps/greenwave/templates/deploymentconfig.yml index 4a635ff990..5d3188cfe3 100644 --- a/roles/openshift-apps/greenwave/templates/deploymentconfig.yml +++ b/roles/openshift-apps/greenwave/templates/deploymentconfig.yml @@ -80,11 +80,7 @@ spec: ports: - containerPort: 8081 command: -{% if env == 'staging' %} - '/usr/bin/fedmsg-hub-3' -{% else %} - - '/usr/bin/fedmsg-hub' -{% endif %} volumeMounts: - name: config-volume mountPath: /etc/greenwave