From c534ff098aa4ed81901062f3f2ac04717159e731 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sat, 15 Jan 2022 23:08:06 +0100
Subject: [PATCH] fix(prometheus): Change storageclass since no longer using
 rook

---
 infrastructure/prometheus/release.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/prometheus/release.yaml b/infrastructure/prometheus/release.yaml
index ca78dcb96..841f49a3c 100644
--- a/infrastructure/prometheus/release.yaml
+++ b/infrastructure/prometheus/release.yaml
@@ -2311,7 +2311,7 @@ spec:
         storageSpec:
           volumeClaimTemplate:
             spec:
-              storageClassName: ceph-block
+              storageClassName: longhorn
               accessModes: ["ReadWriteOnce"]
               resources:
                 requests:
-- 
GitLab