From feea375c99ad3c0fd5c3ca2792e5b5e2c55b4d11 Mon Sep 17 00:00:00 2001 From: Marko Filipovic <127741207+markof88@users.noreply.github.com> Date: Thu, 10 Jul 2025 12:11:06 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20typo:=20identitiy=20=E2=9E=94=20identity?= =?UTF-8?q?=20in=20security=20context=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../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 7e46633d73942..d004152fcab6c 100644 --- a/content/en/docs/tasks/configure-pod-container/security-context.md +++ b/content/en/docs/tasks/configure-pod-container/security-context.md @@ -288,7 +288,7 @@ See the Pod's status: kubectl get pod security-context-demo -o yaml ``` -You can see that the `status.containerStatuses[].user.linux` field exposes the process identitiy +You can see that the `status.containerStatuses[].user.linux` field exposes the process identity attached to the first container process. ```none