Merge pull request #765 from ahmetb/nit

design-proposals/network-policy.md: fix nit
This commit is contained in:
Anirudh Ramanathan 2017-06-26 14:13:27 -06:00 committed by GitHub
commit df29d23bd2
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ def is_traffic_allowed(traffic, pod):
return True
# Ingress isolation is DefaultDeny and no policies match the given pod and traffic.
return false
return False
```
### Potential Future Work / Questions