Update pod-security-admission.md

No need to use the ssh protocol to access a public repository
pull/32628/head
Waynerv 2022-03-30 10:13:53 +08:00 committed by GitHub
parent 9b411cb71d
commit adde98e681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ are available at [https://git.k8s.io/pod-security-admission/webhook](https://git
To install:
```shell
git clone git@github.com:kubernetes/pod-security-admission.git
git clone https://github.com/kubernetes/pod-security-admission.git
cd pod-security-admission/webhook
make certs
kubectl apply -k .