From c469131433ed36a08d0a315040a19cec3d12661c Mon Sep 17 00:00:00 2001 From: Barahalikar Siddharth Date: Wed, 8 Jun 2022 00:43:07 +0530 Subject: [PATCH] Update configmap.yml --- health-check/configmap.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/health-check/configmap.yml b/health-check/configmap.yml index 69c85c4..75ecbd8 100644 --- a/health-check/configmap.yml +++ b/health-check/configmap.yml @@ -1,6 +1,11 @@ apiVersion: v1 kind: ConfigMap metadata: - name: php-color-cm + name: moving-shape-colors data: - circleColor: "pink" # use white to get a Degraded message in ArgoCD + # use white to get a Degraded message in ArgoCD + CIRCLE_COLOR: "pink" + OVAL_COLOR: "green" + SQUARE_COLOR: "black" + TRIANGLE_COLOR: "blue" + RECTANGLE_COLOR: "gray"