design-proposals/network-policy.md: fix nit

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2017-06-26 13:12:18 -07:00
parent f3375f168e
commit ed398b78c4
No known key found for this signature in database
GPG Key ID: 3300B90BF29C804E
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