[en] Update cluster-level-pss.md show the code sample what user will apply

Add code sample link to show what user will apply.
This commit is contained in:
Delta X 2023-11-30 01:22:58 +08:00 committed by GitHub
parent efe2fc9319
commit 310a1221ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -294,6 +294,8 @@ following:
1. Create a Pod in the default namespace:
{{% code_sample file="security/example-baseline-pod.yaml" %}}
```shell
kubectl apply -f https://k8s.io/examples/security/example-baseline-pod.yaml
```