Skip to content

Commit ba287be

Browse files
authored
Merge pull request #33290 from kinzhi/kinzhi51
[zh]Sync content/zh/docs/tasks/configure-pod-container/security-context.md
2 parents f781bf8 + a571fef commit ba287be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)