From 37f7fd52e87c7f8ba651451f70f7e465a7784d0b Mon Sep 17 00:00:00 2001
From: ludek_navratil <ludek@imaginecurve.com>
Date: Thu, 8 Feb 2018 17:21:44 +0000
Subject: [PATCH] fixing#972

---
 hack/scripts/generate-dashboards-configmap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hack/scripts/generate-dashboards-configmap.sh b/hack/scripts/generate-dashboards-configmap.sh
index c023874e..0c2c9b7a 100755
--- a/hack/scripts/generate-dashboards-configmap.sh
+++ b/hack/scripts/generate-dashboards-configmap.sh
@@ -34,7 +34,7 @@ do
   if [ "$basefilename" = "etcd-dashboard.json" ]; then
     hack/scripts/wrap-dashboard.sh $f prometheus-etcd | sed "s/^/    /g"
   else
-    hack/scripts/wrap-dashboard.sh $f prometheus-k8s | sed "s/^/    /g"
+    hack/scripts/wrap-dashboard.sh $f prometheus | sed "s/^/    /g"
   fi
 done
 
-- 
GitLab