From 9077818bf5a93611257d75a9c9e2156bfc9e793e Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Fri, 23 Feb 2024 12:11:56 +0100
Subject: [PATCH] fix(flux-system): Remove forgotten file reference

---
 infrastructure/flux-system/kustomization.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/infrastructure/flux-system/kustomization.yaml b/infrastructure/flux-system/kustomization.yaml
index 84807800e..4e4e8c7a1 100644
--- a/infrastructure/flux-system/kustomization.yaml
+++ b/infrastructure/flux-system/kustomization.yaml
@@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
 kind: Kustomization
 namespace: flux-system
 resources:
-  - monitoring.yaml
   - alerts.yaml
   - tf-controller.yaml
 components:
-- 
GitLab