From a41030157feecbd9c50fe2c36470f460a0e67617 Mon Sep 17 00:00:00 2001 From: Barahalikar Siddharth Date: Mon, 19 Sep 2022 23:22:35 +0530 Subject: [PATCH] Update configmap.yml --- health-check/configmap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/health-check/configmap.yml b/health-check/configmap.yml index cb6fbb6..1bbc6a1 100644 --- a/health-check/configmap.yml +++ b/health-check/configmap.yml @@ -6,5 +6,5 @@ data: CIRCLE_COLOR: "pink" OVAL_COLOR: "lightgreen" SQUARE_COLOR: "orange" - TRIANGLE_COLOR: "yellow" # use white to get a Degraded message in ArgoCD + TRIANGLE_COLOR: "red" # use white to get a Degraded message in ArgoCD RECTANGLE_COLOR: "blue"