From de9a5fd5dd2350e2a0f663c40ea68e81beee05ed Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Mon, 4 Oct 2021 23:39:47 +0200
Subject: [PATCH] prometheus: Fix wrong namespace name

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

diff --git a/infrastructure/prometheus/kustomization.yaml b/infrastructure/prometheus/kustomization.yaml
index 77c66d9c9..920eff148 100644
--- a/infrastructure/prometheus/kustomization.yaml
+++ b/infrastructure/prometheus/kustomization.yaml
@@ -1,6 +1,6 @@
 apiVersion: kustomize.config.k8s.io/v1beta1
 kind: Kustomization
-namespace: cert-manager
+namespace: monitoring
 resources:
   - namespace.yaml
   - repository.yaml
-- 
GitLab