From b8d08154746bd220e83d1a64ca1837e091379d03 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Wed, 22 Feb 2023 12:55:54 +0100
Subject: [PATCH] fix(flux-sytem): Override monitoring namespace

---
 infrastructure/flux-system/monitoring.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure/flux-system/monitoring.yaml b/infrastructure/flux-system/monitoring.yaml
index 77ab95016..2c420b809 100644
--- a/infrastructure/flux-system/monitoring.yaml
+++ b/infrastructure/flux-system/monitoring.yaml
@@ -9,6 +9,7 @@ spec:
   ref:
     tag: v0.39.0
   url: https://git.shivering-isles.com/github-mirror/fluxcd/flux2
+  targetNamespace: monitoring-system
   ignore: |
     # exclude all
     /*
-- 
GitLab