Skip to content

Commit 84971bc

Browse files
authored
Merge pull request #33267 from HeGaoYuan/patch-5
Update security-context.md
2 parents be58d78 + ae67706 commit 84971bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configure-pod-container/security-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ in the `securityContext` section of your Pod or Container manifest. The
399399
[SeccompProfile](/docs/reference/generated/kubernetes-api/{{< param "version"
400400
>}}/#seccompprofile-v1-core) object consisting of `type` and `localhostProfile`.
401401
Valid options for `type` include `RuntimeDefault`, `Unconfined`, and
402-
`Localhost`. `localhostProfile` must only be set set if `type: Localhost`. It
402+
`Localhost`. `localhostProfile` must only be set if `type: Localhost`. It
403403
indicates the path of the pre-configured profile on the node, relative to the
404404
kubelet's configured Seccomp profile location (configured with the `--root-dir`
405405
flag).

0 commit comments

Comments
 (0)