Skip to content

Commit a34a056

Browse files
committed
Updated wording in yaml file
1 parent 59d3e1e commit a34a056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/examples/policy/restricted-psp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: PodSecurityPolicy
33
metadata:
44
name: restricted
55
annotations:
6-
# docker/default identifies an seccomp profile, but it is not particularly tied to the Docker runtime
6+
# docker/default identifies a profile for seccomp, but it is not particularly tied to the Docker runtime
77
seccomp.security.alpha.kubernetes.io/allowedProfileNames: 'docker/default,runtime/default'
88
apparmor.security.beta.kubernetes.io/allowedProfileNames: 'runtime/default'
99
apparmor.security.beta.kubernetes.io/defaultProfileName: 'runtime/default'

0 commit comments

Comments
 (0)