From 1dbc884fcb904da257ae74097cf5a35f1f438b62 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sun, 31 Dec 2023 03:52:47 +0100
Subject: [PATCH] fix(monitoring): Fix kustomization pointing to non-existing
 files

---
 clusters/k8s01/monitoring/kustomization.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/clusters/k8s01/monitoring/kustomization.yaml b/clusters/k8s01/monitoring/kustomization.yaml
index e9130d2ff..afd4a1095 100644
--- a/clusters/k8s01/monitoring/kustomization.yaml
+++ b/clusters/k8s01/monitoring/kustomization.yaml
@@ -10,5 +10,3 @@ resources:
 - json-exporter-override.yaml
 - aws.yaml
 - query-exposer.yaml
-- gitlab-notifier.yaml
-- gitlab-notifier-secret.yaml
-- 
GitLab