From 419b4e09539277ffed68ed4106b2e1d1ece03e55 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sat, 5 Feb 2022 02:57:47 +0100
Subject: [PATCH] fix(cert-manager): Fix kustomize object matching

Kustomize selects the objects before rendering them, therefore the
included file should really address the same target, in this case
without a namespace.
---
 infrastructure/cert-manager/networkpolicy-patch.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/infrastructure/cert-manager/networkpolicy-patch.yaml b/infrastructure/cert-manager/networkpolicy-patch.yaml
index f9c9e1af7..8a589fe55 100644
--- a/infrastructure/cert-manager/networkpolicy-patch.yaml
+++ b/infrastructure/cert-manager/networkpolicy-patch.yaml
@@ -3,7 +3,6 @@ apiVersion: networking.k8s.io/v1
 kind: NetworkPolicy
 metadata:
   name: allow-from-monitoring
-  namespace: cert-manager
 spec:
   podSelector:
     matchLabels:
-- 
GitLab