Merge pull request #1277 from pweil-/fix-broken-yaml

fix broken file reference in PSP guide
reviewable/pr1287/r1
devin-donnelly 2016-09-21 16:06:22 -07:00 committed by GitHub
commit 11a93cf1c5
1 changed files with 1 additions and 1 deletions

View File

@ -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: