diff --git a/manifests/policies/deny-ingress.yaml b/manifests/policies/deny-ingress.yaml
index 5577032b41ac0f4252e1cbac028ce57c9822bbda..a78137191294a2f49aed6b93390b8f004043d810 100644
--- a/manifests/policies/deny-ingress.yaml
+++ b/manifests/policies/deny-ingress.yaml
@@ -5,7 +5,10 @@ metadata:
 spec:
   policyTypes:
     - Ingress
+    - Egress
   ingress:
   - from:
     - podSelector: {}
+  egress:
+    - {}
   podSelector: {}