Merge pull request #765 from ahmetb/nit
design-proposals/network-policy.md: fix nit
This commit is contained in:
commit
df29d23bd2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue