Browse Source

Fix -mesh-gateway flag help text (#7265)

pull/7266/head
Chris Piraino 5 years ago committed by GitHub
parent
commit
d7fdb249fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      command/connect/envoy/envoy.go

2
command/connect/envoy/envoy.go

@ -75,7 +75,7 @@ func (c *cmd) init() {
"The proxy's ID on the local agent.")
c.flags.BoolVar(&c.meshGateway, "mesh-gateway", false,
"Generate the bootstrap.json but don't exec envoy")
"Configure Envoy as a Mesh Gateway.")
c.flags.StringVar(&c.sidecarFor, "sidecar-for", "",
"The ID of a service instance on the local agent that this proxy should "+

Loading…
Cancel
Save