Skip to content

Commit

Permalink
Remove extra space from command (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
slant committed Jun 1, 2024
1 parent 7668057 commit 176ea2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/security/pod-security-standards/restricted.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ deployment.apps/assets configured
Now, Run the below commands to check PSA allows the creation of Deployment and Pod with the above changes in the the `assets` namespace:

```bash
$ kubectl -n assets get pod
$ kubectl -n assets get pod
NAME READY STATUS RESTARTS AGE
assets-8dd6fc8c6-9kptf 1/1 Running 0 3m6s
```
Expand Down

0 comments on commit 176ea2b

Please sign in to comment.