Skip to content

Commit

Permalink
fix: remove unneeded servers wrapper in gRPC template
Browse files Browse the repository at this point in the history
  • Loading branch information
micovery committed May 8, 2024
1 parent ba0e49b commit bca5e00
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/templates/grpc/apiproxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,5 @@ TargetEndpoints:
HTTPTargetConnection:
Path: {{ include "get_basepath" $.Values.proto }}
LoadBalancer:
Servers:
- Server:
.name: {{ $.Values.target_server }}
- Server:
.name: {{ $.Values.target_server }}

0 comments on commit bca5e00

Please # to comment.