diff options
| author | Mike Spreitzer <mspreitz@us.ibm.com> | 2016-07-13 12:49:22 -0400 |
|---|---|---|
| committer | Mike Spreitzer <mspreitz@us.ibm.com> | 2016-07-13 12:49:22 -0400 |
| commit | b06c9cc99a5dbc4ecb44e036312cd499689ecab2 (patch) | |
| tree | a0a68690d46dacc80c6d2e4ca9fac1d11b554bb4 | |
| parent | 5248158166bcd4a010ab6cdbe83483c425ffc621 (diff) | |
Fix the allow-all example NetworkPolicy
Fixes #28795
| -rw-r--r-- | network-policy.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/network-policy.md b/network-policy.md index 50710211..1c33a1a6 100644 --- a/network-policy.md +++ b/network-policy.md @@ -321,11 +321,13 @@ spec: ```yaml kind: NetworkPolicy -apiVersion: extensions/v1beta1 +apiVersion: extensions/v1beta1 metadata: name: allow-all spec: - podSelector: + podSelector: + ingress: + - {} ``` ## References |
