From 24544663cf21fc1dec612e5319fd561f6f0f7aaf Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Fri, 15 Mar 2019 13:59:07 +0100 Subject: [PATCH] Greenwave: Give the good name to the second route (web-pretty) Signed-off-by: Clement Verna --- playbooks/openshift-apps/greenwave.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/openshift-apps/greenwave.yml b/playbooks/openshift-apps/greenwave.yml index bdbe0bfa77..7cd798427e 100644 --- a/playbooks/openshift-apps/greenwave.yml +++ b/playbooks/openshift-apps/greenwave.yml @@ -96,6 +96,6 @@ command: "oc -n greenwave annotate route {{ item }} --overwrite haproxy.router.openshift.io/timeout=330s" with_items: - greenwave-web - - pretty-web + - web-pretty tags: - route-timeout