Skip to content

Commit 9ae7378

Browse files
committed
Resolved nit.
1 parent 07995d0 commit 9ae7378

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/docs/tutorials/security/seccomp.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,8 @@ or not. You can adopt these defaults for your workload by setting the seccomp
272272
type in the security context of a pod or container to `RuntimeDefault`.
273273

274274
{{< note >}}
275-
If you have the `SeccompDefault` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) enabled, then Pods use the `RuntimeDefault` seccomp profile whenever
275+
If you have the `SeccompDefault` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
276+
enabled, then Pods use the `RuntimeDefault` seccomp profile whenever
276277
no other seccomp profile is specified. Otherwise, the default is `Unconfined`.
277278
{{< /note >}}
278279

0 commit comments

Comments
 (0)