From f5760328e043ed2aaacae8d83369c9d2ee2274a8 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Tue, 22 Nov 2022 01:00:00 +0100 Subject: [PATCH] fix(shields): Fix wrong reference of egress NetworkPolicies --- apps/k8s01/shields/kustomization.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/k8s01/shields/kustomization.yaml b/apps/k8s01/shields/kustomization.yaml index 6db555b8f..217484835 100644 --- a/apps/k8s01/shields/kustomization.yaml +++ b/apps/k8s01/shields/kustomization.yaml @@ -4,7 +4,6 @@ namespace: shields resources: - ../../base/shields - ../../../shared/resourcequotas/default.yaml - - egress-policy.yaml - certificate.yaml - ingress.yaml - ../../../shared/networkpolicies/deny-by-default-ingress.yaml @@ -12,4 +11,4 @@ resources: - ../../../shared/networkpolicies/allow-to-kubedns.yaml - ../../../shared/networkpolicies/allow-to-web.yaml patchesStrategicMerge: - - networkpolicy.yaml \ No newline at end of file + - egress-policy.yaml \ No newline at end of file -- GitLab