From 176ea2bc262a08a8802454bf6da05c59a399937a Mon Sep 17 00:00:00 2001 From: "Ryan L. Cross" <8280+slant@users.noreply.github.com> Date: Fri, 31 May 2024 20:38:02 -0600 Subject: [PATCH] Remove extra space from command (#936) --- website/docs/security/pod-security-standards/restricted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/security/pod-security-standards/restricted.md b/website/docs/security/pod-security-standards/restricted.md index 7f48d15a5..47c969e56 100644 --- a/website/docs/security/pod-security-standards/restricted.md +++ b/website/docs/security/pod-security-standards/restricted.md @@ -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 ```