Skip to content

Commit

Permalink
Merge pull request #93 from adrianmoisey/small-typo
Browse files Browse the repository at this point in the history
Fix small typo in README.md
  • Loading branch information
k8s-ci-robot authored Oct 3, 2024
2 parents b328fde + af42f96 commit e5c0df1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Implementation of Kubernetes Network Policies:
- [Network Policies](https://kubernetes.io/docs/concepts/services-networking/network-policies/)
- [Admin Network Policies and Baseline Admint Network Policies](https://network-policy-api.sigs.k8s.io/)
- [Admin Network Policies and Baseline Admin Network Policies](https://network-policy-api.sigs.k8s.io/)

## Install

Expand All @@ -14,7 +14,7 @@ There are two manifest in the current repository:
kubectl apply -f install.yaml
```

2. For the Admin Network Policies and Baseline Admint Network Policies the CRDs has to be installed first:
2. For the Admin Network Policies and Baseline Admin Network Policies the CRDs has to be installed first:
```
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/network-policy-api/v0.1.5/config/crd/experimental/policy.networking.k8s.io_adminnetworkpolicies.yaml
Expand Down

0 comments on commit e5c0df1

Please sign in to comment.