From b1bb2d33b6a4c780047bb8fb74442d05a1355d75 Mon Sep 17 00:00:00 2001 From: pweil- Date: Wed, 21 Sep 2016 03:37:16 -0400 Subject: [PATCH] fix broken file reference --- docs/user-guide/pod-security-policy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/pod-security-policy/index.md b/docs/user-guide/pod-security-policy/index.md index 8287d0c5e1..3dd2d7ff42 100644 --- a/docs/user-guide/pod-security-policy/index.md +++ b/docs/user-guide/pod-security-policy/index.md @@ -130,7 +130,7 @@ A pod must validate every field against the PSP. Here is an example Pod Security Policy. It has permissive settings for all fields -{% include code.html language="yaml" file="sj.yaml" ghlink="/docs/user-guide/pod-security-policy/psp.yaml" %} +{% include code.html language="yaml" file="psp.yaml" ghlink="/docs/user-guide/pod-security-policy/psp.yaml" %} Create the policy by downloading the example file and then running this command: