From 5df85ea4281bd5f9f84266f88a7f9171a96c92ac Mon Sep 17 00:00:00 2001
From: Brendon Lloyd <blloyd@revacomm.com>
Date: Mon, 22 Aug 2022 13:56:03 +0000
Subject: [PATCH] Add new comments/variables for the clusterauditor no data
 check fix

---
 tests/test-values.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tests/test-values.yaml b/tests/test-values.yaml
index 979a85f979..f5b10cfd57 100644
--- a/tests/test-values.yaml
+++ b/tests/test-values.yaml
@@ -127,8 +127,11 @@ clusterAuditor:
         envs:
           cypress_grafana_url: 'https://grafana.bigbang.dev'
           cypress_prometheus_url: 'https://prometheus.bigbang.dev'
-          cypress_allownodatas: '0'
           cypress_url: 'https://grafana.bigbang.dev/d/YBgRZG6Mz/opa-violations?orgId=1'
+          # OPA violations table and violations by kind chart
+          cypress_table_bar_allownodata: '0'
+          # violations over time graph
+          cypress_graph_allownodata: '1'
 
 gatekeeper:
   enabled: true
-- 
GitLab