Skip to content

Commit 9ffd24b

Browse files
committed
Use absolute URL in the tuto for the example PSP
1 parent 453f4e6 commit 9ffd24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/security/pod-security-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ The name of a PodSecurityPolicy object must be a valid
258258
And create it with kubectl:
259259

260260
```shell
261-
kubectl-admin create -f example-psp.yaml
261+
kubectl-admin create -f https://k8s.io/examples/policy/example-psp.yaml
262262
```
263263

264264
Now, as the unprivileged user, try to create a simple pod:

0 commit comments

Comments
 (0)