Commit a3f77970 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #28902 from ibm-contribs/fix_allow_all

Automatic merge from submit-queue Fix the allow-all example NetworkPolicy [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]() This is a bug fix, no release note required. Fixes #28795
parents 31ff5d42 6dcedfb4
...@@ -321,11 +321,13 @@ spec: ...@@ -321,11 +321,13 @@ spec:
```yaml ```yaml
kind: NetworkPolicy kind: NetworkPolicy
apiVersion: extensions/v1beta1 apiVersion: extensions/v1beta1
metadata: metadata:
name: allow-all name: allow-all
spec: spec:
podSelector: podSelector:
ingress:
- {}
``` ```
## References ## References
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment