diff --git a/health-check/configmap.yml b/health-check/configmap.yml index 1bbc6a1..cb6fbb6 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: "red" # use white to get a Degraded message in ArgoCD + TRIANGLE_COLOR: "yellow" # use white to get a Degraded message in ArgoCD RECTANGLE_COLOR: "blue"