update user guide (#5233)

This commit is contained in:
Jimmy Chen 2019-10-24 10:07:43 -07:00 committed by Istio Automation
parent 447d5916f0
commit 3fec0dd43f
1 changed files with 6 additions and 0 deletions

View File

@ -255,6 +255,9 @@ To enable the pod security policy, perform the following steps:
name: normal
spec:
replicas: 1
selector:
matchLabels:
app: normal
template:
metadata:
labels:
@ -287,6 +290,9 @@ To enable the pod security policy, perform the following steps:
name: malicious
spec:
replicas: 1
selector:
matchLabels:
app: malicious
template:
metadata:
labels: