Skip to content

Commit caf587e

Browse files
authored
Merge pull request #31183 from CodingCanuck/patch-2
Remove trailing whitespace to fix command pasting
2 parents 0de2680 + 6b4cbac commit caf587e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tutorials/security/cluster-level-pss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ that are most appropriate for your configuration, do the following:
9393

9494
1. Privileged
9595
```shell
96-
kubectl label --dry-run=server --overwrite ns --all \
96+
kubectl label --dry-run=server --overwrite ns --all \
9797
pod-security.kubernetes.io/enforce=privileged
9898
```
9999
The output is similar to this:

0 commit comments

Comments
 (0)