mirror of https://github.com/k3s-io/k3s
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 #28795pull/6/head
commit
a3f7797019
|
@ -326,6 +326,8 @@ metadata:
|
|||
name: allow-all
|
||||
spec:
|
||||
podSelector:
|
||||
ingress:
|
||||
- {}
|
||||
```
|
||||
|
||||
## References
|
||||
|
|
Loading…
Reference in New Issue