diff --git a/manifests/policies/deny-ingress.yaml b/manifests/policies/deny-ingress.yaml index 5577032b..a7813719 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: {}