From a34a0567f972e0ee04b578a46bb1b7cbf79c3f9e Mon Sep 17 00:00:00 2001 From: Christopher Negus Date: Tue, 26 Apr 2022 13:59:38 +0000 Subject: [PATCH] Updated wording in yaml file --- content/en/examples/policy/restricted-psp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/examples/policy/restricted-psp.yaml b/content/en/examples/policy/restricted-psp.yaml index b18545a266..4c9ae156d1 100644 --- a/content/en/examples/policy/restricted-psp.yaml +++ b/content/en/examples/policy/restricted-psp.yaml @@ -3,7 +3,7 @@ kind: PodSecurityPolicy metadata: name: restricted annotations: - # 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 seccomp.security.alpha.kubernetes.io/allowedProfileNames: 'docker/default,runtime/default' apparmor.security.beta.kubernetes.io/allowedProfileNames: 'runtime/default' apparmor.security.beta.kubernetes.io/defaultProfileName: 'runtime/default'