Merge pull request #51571 from markof88/patch-2

Fix typo: identitiy ➔ identity in security context docs
pull/51617/head
Kubernetes Prow Robot 2025-07-15 02:00:23 -07:00 committed by GitHub
commit c7d66c5b00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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