1
0
mirror of synced 2026-03-23 02:26:56 +00:00

Merge pull request #26 from fluxcd/fix-network-ingress

Fix deny traffic from other namespaces
This commit is contained in:
Stefan Prodan
2020-05-11 13:33:57 +03:00
committed by GitHub

View File

@@ -6,3 +6,6 @@ spec:
podSelector: {}
policyTypes:
- Ingress
ingress:
- from:
- podSelector: {}