From 9ffd24b78d841fd7e0b2ba3e492618ed369a8f63 Mon Sep 17 00:00:00 2001 From: mtardy Date: Tue, 28 Jun 2022 21:20:08 +0200 Subject: [PATCH] Use absolute URL in the tuto for the example PSP --- content/en/docs/concepts/security/pod-security-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/security/pod-security-policy.md b/content/en/docs/concepts/security/pod-security-policy.md index 6b061b830e..329382482e 100644 --- a/content/en/docs/concepts/security/pod-security-policy.md +++ b/content/en/docs/concepts/security/pod-security-policy.md @@ -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: