From d668bca0877f11b15af7441c0109f68700781fd2 Mon Sep 17 00:00:00 2001
From: stefanprodan <stefan.prodan@gmail.com>
Date: Mon, 11 May 2020 13:25:33 +0300
Subject: [PATCH] Fix deny traffic from other namespaces

---
 manifests/policies/deny-ingress.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/manifests/policies/deny-ingress.yaml b/manifests/policies/deny-ingress.yaml
index d9d0d0a3..92550512 100644
--- a/manifests/policies/deny-ingress.yaml
+++ b/manifests/policies/deny-ingress.yaml
@@ -6,3 +6,6 @@ spec:
   podSelector: {}
   policyTypes:
     - Ingress
+  ingress:
+  - from:
+    - podSelector: {}
-- 
GitLab