fix wrong key of DestnationRule from name to host (#1445)

This commit is contained in:
Hong Zhiguo 2018-06-05 21:34:56 +08:00 committed by Shriram Rajagopalan
parent a3838549dd
commit ca65403732
1 changed files with 1 additions and 1 deletions

View File

@ -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