examples/grpc-client: clean up the example and add tlsClientCA to ConfigMap.

This commit is contained in:
rithu john
2017-03-23 15:50:20 -07:00
parent b112aa2ecd
commit 562eae3fc7
2 changed files with 52 additions and 45 deletions

View File

@@ -13,6 +13,7 @@ grpc:
addr: 127.0.0.1:5557
tlsCert: server.crt
tlsKey: server.key
tlsClientCA: ca.crt
connectors:
- type: mockCallback