Skip to content

Commit

Permalink
Merge pull request kubernetes#765 from ahmetb/nit
Browse files Browse the repository at this point in the history
design-proposals/network-policy.md: fix nit
  • Loading branch information
foxish authored Jun 26, 2017
2 parents f3375f1 + ed398b7 commit df29d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributors/design-proposals/network-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df29d23

Please sign in to comment.