Use absolute URL in the tuto for the example PSP

This commit is contained in:
mtardy
2022-06-28 21:20:08 +02:00
parent 453f4e61f6
commit 9ffd24b78d
@@ -258,7 +258,7 @@ The name of a PodSecurityPolicy object must be a valid
And create it with kubectl:
```shell
kubectl-admin create -f example-psp.yaml
kubectl-admin create -f https://k8s.io/examples/policy/example-psp.yaml
```
Now, as the unprivileged user, try to create a simple pod: