mirror of https://github.com/istio/istio.io.git
fix wrong key of DestnationRule from name to host (#1445)
This commit is contained in:
parent
a3838549dd
commit
ca65403732
|
@ -363,7 +363,7 @@ kind: DestinationRule
|
|||
metadata:
|
||||
name: foo-ext
|
||||
spec:
|
||||
name: foo.com
|
||||
host: foo.com
|
||||
trafficPolicy:
|
||||
tls:
|
||||
mode: MUTUAL
|
||||
|
|
Loading…
Reference in New Issue