From 89e7c21b27f79f94c0e625c7b689ddba9a76739e Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Mon, 16 Oct 2023 17:47:31 +0200
Subject: [PATCH] chore(monitoring): Fix display of used % in storage dashboard

---
 .../dashboards/kubernetes-persistent-volumes-cluster.json     | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/infrastructure/monitoring/dashboards/kubernetes-persistent-volumes-cluster.json b/infrastructure/monitoring/dashboards/kubernetes-persistent-volumes-cluster.json
index ca7251f1e..858b118ae 100644
--- a/infrastructure/monitoring/dashboards/kubernetes-persistent-volumes-cluster.json
+++ b/infrastructure/monitoring/dashboards/kubernetes-persistent-volumes-cluster.json
@@ -579,6 +579,10 @@
               {
                 "id": "decimals",
                 "value": 1
+              },
+              {
+                "id": "max",
+                "value": 100
               }
             ]
           },
-- 
GitLab