mirror of https://github.com/istio/istio.io.git
Fix a typo in mTLS tutorial (#2934)
This commit is contained in:
parent
f17a5d2e79
commit
0e96e6e945
|
|
@ -100,7 +100,7 @@ The output shows:
|
|||
To illustrate the case when there are conflicts, add a service-specific destination rule for `httpbin` with incorrect TLS mode:
|
||||
|
||||
{{< text bash >}}
|
||||
$ cat <<EOF | istioctl create -n bar -f -
|
||||
$ cat <<EOF | istioctl create -f -
|
||||
apiVersion: "networking.istio.io/v1alpha3"
|
||||
kind: "DestinationRule"
|
||||
metadata:
|
||||
|
|
|
|||
Loading…
Reference in New Issue