From e336e9ac1ddd3bbd416d88c2cfd2284601f2e4e2 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Thu, 28 Sep 2023 00:39:45 +0200
Subject: [PATCH] fix(monitoring): Add missing namespace override

---
 clusters/k8s01/monitoring/kustomization.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/clusters/k8s01/monitoring/kustomization.yaml b/clusters/k8s01/monitoring/kustomization.yaml
index 011aa5ca8..afd4a1095 100644
--- a/clusters/k8s01/monitoring/kustomization.yaml
+++ b/clusters/k8s01/monitoring/kustomization.yaml
@@ -1,5 +1,6 @@
 apiVersion: kustomize.config.k8s.io/v1beta1
 kind: Kustomization
+namespace: monitoring-system
 resources:
 - certificate.yaml
 - ../../../shared/applications/oauth2-proxy.yaml
-- 
GitLab