zh: content/docs/tasks/security/authn-policy (#2659)

Keep consistent with the latest version

Signed-off-by: ylf <1045438139@qq.com>
This commit is contained in:
flydragon 2018-09-21 00:18:25 +08:00 committed by istio-bot
parent 9bd410476b
commit 8d7184bafa
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ $ kubectl exec $(kubectl get pod -l app=sleep -n foo -o jsonpath={.items..metada
删除在上述步骤中创建的策略和目标规则:
{{< text yaml >}}
{{< text bash >}}
$ kubectl delete meshpolicy default
$ kubectl delete destinationrules default httpbin-legacy api-server
{{< /text >}}