From ae677063f913b0ed88b11286f0b4c4064973505b Mon Sep 17 00:00:00 2001 From: HeGaoYuan Date: Thu, 28 Apr 2022 00:47:00 +0800 Subject: [PATCH] Update security-context.md typo --- .../en/docs/tasks/configure-pod-container/security-context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/configure-pod-container/security-context.md b/content/en/docs/tasks/configure-pod-container/security-context.md index bd7e05a18f..91b914bc54 100644 --- a/content/en/docs/tasks/configure-pod-container/security-context.md +++ b/content/en/docs/tasks/configure-pod-container/security-context.md @@ -399,7 +399,7 @@ in the `securityContext` section of your Pod or Container manifest. The [SeccompProfile](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#seccompprofile-v1-core) object consisting of `type` and `localhostProfile`. Valid options for `type` include `RuntimeDefault`, `Unconfined`, and -`Localhost`. `localhostProfile` must only be set set if `type: Localhost`. It +`Localhost`. `localhostProfile` must only be set if `type: Localhost`. It indicates the path of the pre-configured profile on the node, relative to the kubelet's configured Seccomp profile location (configured with the `--root-dir` flag).