authn-policy section is not cut and pasteable (#2619)

This commit is contained in:
Steven Dake 2018-09-17 06:58:19 -07:00 committed by Martin Taillefer
parent 1cb2066a42
commit 55c81ac8e7
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ $ kubectl exec $(kubectl get pod -l app=sleep -n foo -o jsonpath={.items..metada
Remove global authentication policy and destination rules added in the session:
{{< text yaml >}}
{{< text bash >}}
$ kubectl delete meshpolicy default
$ kubectl delete destinationrules default httpbin-legacy api-server
{{< /text >}}