Fix the allow-all example NetworkPolicy

Fixes #28795
This commit is contained in:
Mike Spreitzer 2016-07-13 12:49:22 -04:00
parent 7823c5779d
commit 6dcedfb4f0

View File

@ -326,6 +326,8 @@ metadata:
name: allow-all name: allow-all
spec: spec:
podSelector: podSelector:
ingress:
- {}
``` ```
## References ## References