We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d3e1e commit a34a056Copy full SHA for a34a056
content/en/examples/policy/restricted-psp.yaml
@@ -3,7 +3,7 @@ kind: PodSecurityPolicy
3
metadata:
4
name: restricted
5
annotations:
6
- # docker/default identifies an seccomp profile, but it is not particularly tied to the Docker runtime
+ # docker/default identifies a profile for seccomp, but it is not particularly tied to the Docker runtime
7
seccomp.security.alpha.kubernetes.io/allowedProfileNames: 'docker/default,runtime/default'
8
apparmor.security.beta.kubernetes.io/allowedProfileNames: 'runtime/default'
9
apparmor.security.beta.kubernetes.io/defaultProfileName: 'runtime/default'
0 commit comments