Skip to content

Commit

Permalink
Merge 650f49c into backport/NET-6289-Improve-Consul-API-Gateway-annot…
Browse files Browse the repository at this point in the history
…ations/annually-dashing-racer
  • Loading branch information
hc-github-team-consul-core authored Jan 16, 2024
2 parents c527ee8 + 650f49c commit d471298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/proxy/list/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ func (c *ListCommand) output(pods []v1.Pod) {
// Fallback to "Sidecar" as a default
proxyType = "Sidecar"

// Determine if depreciated API Gateway pod.
// Determine if deprecated API Gateway pod.
if pod.Labels["api-gateway.consul.hashicorp.com/managed"] == "true" {
proxyType = "API Gateway"
}
Expand Down

0 comments on commit d471298

Please sign in to comment.