Merge pull request #32138 from tengqm/zh-fix-psp-page

[zh] Fix the PSP page
This commit is contained in:
Kubernetes Prow Robot 2022-03-09 01:26:12 -08:00 committed by GitHub
commit f86897f035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@ title: Pod 安全策略
content_type: concept
weight: 30
---
<!--
reviewers:
- pweil-
@ -1236,13 +1237,13 @@ denoted as the string `Unmasked`.
### AppArmor
Controlled via annotations on the PodSecurityPolicy. Refer to the [AppArmor
documentation](/docs/tutorials/clusters/apparmor/#podsecuritypolicy-annotations).
documentation](/docs/tutorials/policy/apparmor/#podsecuritypolicy-annotations).
-->
### AppArmor
通过 PodSecurityPolicy 上的注解来控制。
详情请参阅
[AppArmor 文档](/zh/docs/tutorials/clusters/apparmor/#podsecuritypolicy-annotations)。
[AppArmor 文档](/zh/docs/tutorials/policy/apparmor/#podsecuritypolicy-annotations)。
<!--