From 145c8d530008cdfeada34abb5e3fd6232e666856 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Wed, 2 Feb 2022 01:28:32 +0100
Subject: [PATCH] fix(monitoring): Fix type in namespace label

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

diff --git a/infrastructure/monitoring/namespace.yaml b/infrastructure/monitoring/namespace.yaml
index fec6a0a48..dfdc3f8b3 100644
--- a/infrastructure/monitoring/namespace.yaml
+++ b/infrastructure/monitoring/namespace.yaml
@@ -5,4 +5,4 @@ metadata:
   labels:
     name: monitoring-system
     kyverno.shivering-isles.com/class: "system"
-    monitoring.shivering-siles.com/network-access-required: "true"
+    monitoring.shivering-isles.com/network-access-required: "true"
-- 
GitLab