Update pod-security-admission.md
No need to use the ssh protocol to access a public repositorypull/32628/head
parent
9b411cb71d
commit
adde98e681
|
@ -55,7 +55,7 @@ are available at [https://git.k8s.io/pod-security-admission/webhook](https://git
|
||||||
|
|
||||||
To install:
|
To install:
|
||||||
```shell
|
```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
|
cd pod-security-admission/webhook
|
||||||
make certs
|
make certs
|
||||||
kubectl apply -k .
|
kubectl apply -k .
|
||||||
|
|
Loading…
Reference in New Issue