mirror of https://github.com/istio/istio.io.git
update user guide (#5233)
This commit is contained in:
parent
447d5916f0
commit
3fec0dd43f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue