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:
|
metadata:
|
||||||
name: foo-ext
|
name: foo-ext
|
||||||
spec:
|
spec:
|
||||||
name: foo.com
|
host: foo.com
|
||||||
trafficPolicy:
|
trafficPolicy:
|
||||||
tls:
|
tls:
|
||||||
mode: MUTUAL
|
mode: MUTUAL
|
||||||
|
|
Loading…
Reference in New Issue