diff --git a/apps/k8s01/shields/kustomization.yaml b/apps/k8s01/shields/kustomization.yaml index 6db555b8fe37687871e2b4aa6da7bb66e2e82056..2174848354d0ac0a71b988355b92e6ec3b2f11e0 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