Merge pull request #708 from fluxcd/allow-egress-between-flux-pods

Allow egress traffic for controller pods
pull/705/head
Stefan Prodan 4 years ago committed by GitHub
commit 341d860c51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,10 @@ metadata:
spec:
policyTypes:
- Ingress
- Egress
ingress:
- from:
- podSelector: {}
egress:
- {}
podSelector: {}

Loading…
Cancel
Save