Merge pull request #51571 from markof88/patch-2
Fix typo: identitiy ➔ identity in security context docspull/51617/head
commit
c7d66c5b00
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue