From 8062878b1ac5556fae9c7280b986722d65ad1602 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sat, 5 Feb 2022 03:07:41 +0100
Subject: [PATCH] fix(cert-manager): Temporarily allow from all namespaces to
 everywhere

This patch is a fix for current issues with the webhook access to
cert-manager. Needs further debugging.
---
 infrastructure/cert-manager/kustomization.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure/cert-manager/kustomization.yaml b/infrastructure/cert-manager/kustomization.yaml
index 94a13fa68..002bc9a21 100644
--- a/infrastructure/cert-manager/kustomization.yaml
+++ b/infrastructure/cert-manager/kustomization.yaml
@@ -8,5 +8,6 @@ resources:
   - networkpolicy.yaml
   - ../../shared/networkpolicies/allow-from-monitoring.yaml
   - ../../shared/networkpolicies/allow-from-same-namespace.yaml
+  - ../../shared/networkpolicies/allow-from-all-namespace.yaml
 patchesStrategicMerge:
   - networkpolicy-patch.yaml
-- 
GitLab