Skip to content

Commit b3aef35

Browse files
author
Tim Bannister
committed
Use shortcode for PodSecurityPolicy examples
1 parent e38d549 commit b3aef35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,9 @@ of individual policies are not defined here.
283283

284284
[**PodSecurityPolicy**](/docs/concepts/policy/pod-security-policy/)
285285

286-
- [Privileged](https://raw.githubusercontent.com/kubernetes/website/master/content/en/examples/policy/privileged-psp.yaml)
287-
- [Baseline](https://raw.githubusercontent.com/kubernetes/website/master/content/en/examples/policy/baseline-psp.yaml)
288-
- [Restricted](https://raw.githubusercontent.com/kubernetes/website/master/content/en/examples/policy/restricted-psp.yaml)
286+
- {{< example file="policy/privileged-psp.yaml" >}}Privileged{{< /example >}}
287+
- {{< example file="policy/baseline-psp.yaml" >}}Baseline{{< /example >}}
288+
- {{< example file="policy/restricted-psp.yaml" >}}Restricted{{< /example >}}
289289

290290
## FAQ
291291

0 commit comments

Comments
 (0)