From b12dc6649974b2881971667ac17aed407304e954 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Tue, 21 Feb 2023 03:10:31 +0100
Subject: [PATCH] fix(cert-manager): Fix shared network-policy names

---
 shared/networkpolicies/allow-from-http-challenge.yaml          | 2 +-
 shared/networkpolicies/allow-to-public-web-http-challenge.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/shared/networkpolicies/allow-from-http-challenge.yaml b/shared/networkpolicies/allow-from-http-challenge.yaml
index ab9b1a37a..85e78b406 100644
--- a/shared/networkpolicies/allow-from-http-challenge.yaml
+++ b/shared/networkpolicies/allow-from-http-challenge.yaml
@@ -2,7 +2,7 @@
 apiVersion: networking.k8s.io/v1
 kind: NetworkPolicy
 metadata:
-  name: allow-from-ingress
+  name: allow-from-ingress-http-challenge
 spec:
   ingress:
   - from:
diff --git a/shared/networkpolicies/allow-to-public-web-http-challenge.yaml b/shared/networkpolicies/allow-to-public-web-http-challenge.yaml
index e6b05d49f..18e33ef6e 100644
--- a/shared/networkpolicies/allow-to-public-web-http-challenge.yaml
+++ b/shared/networkpolicies/allow-to-public-web-http-challenge.yaml
@@ -2,7 +2,7 @@
 apiVersion: networking.k8s.io/v1
 kind: NetworkPolicy
 metadata:
-  name: allow-to-public-web
+  name: allow-to-public-web-http-challenge
 spec:
   egress:
   - to:
-- 
GitLab