diff --git a/examples/templates/grpc/apiproxy.yaml b/examples/templates/grpc/apiproxy.yaml index 54d4c12..10c3d57 100755 --- a/examples/templates/grpc/apiproxy.yaml +++ b/examples/templates/grpc/apiproxy.yaml @@ -46,6 +46,5 @@ TargetEndpoints: HTTPTargetConnection: Path: {{ include "get_basepath" $.Values.proto }} LoadBalancer: - Servers: - - Server: - .name: {{ $.Values.target_server }} \ No newline at end of file + - Server: + .name: {{ $.Values.target_server }} \ No newline at end of file