From 8fed08aa9f7a5c9861fa6ea8005cddc1bc578e82 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Tue, 22 Nov 2022 01:04:19 +0100
Subject: [PATCH] fix(shields): Fix NetworkPolicy name reference

---
 apps/k8s01/shields/kustomization.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/k8s01/shields/kustomization.yaml b/apps/k8s01/shields/kustomization.yaml
index 217484835..af42d25a8 100644
--- a/apps/k8s01/shields/kustomization.yaml
+++ b/apps/k8s01/shields/kustomization.yaml
@@ -9,6 +9,6 @@ resources:
   - ../../../shared/networkpolicies/deny-by-default-ingress.yaml
   - ../../../shared/networkpolicies/deny-by-default-egress.yaml
   - ../../../shared/networkpolicies/allow-to-kubedns.yaml
-  - ../../../shared/networkpolicies/allow-to-web.yaml
+  - ../../../shared/networkpolicies/allow-to-public-web.yaml
 patchesStrategicMerge:
   - egress-policy.yaml
\ No newline at end of file
-- 
GitLab