mirror of https://github.com/status-im/consul.git
agent/config: Fix typo in comment (#5202)
This commit is contained in:
parent
a13e4b2090
commit
9f33353c14
|
@ -1188,7 +1188,7 @@ func (b *Builder) serviceVal(v *ServiceDefinition) *structs.ServiceDefinition {
|
||||||
Weights: serviceWeights,
|
Weights: serviceWeights,
|
||||||
Checks: checks,
|
Checks: checks,
|
||||||
// DEPRECATED (ProxyDestination) - don't populate deprecated field, just use
|
// DEPRECATED (ProxyDestination) - don't populate deprecated field, just use
|
||||||
// it as a default below on read. Remove that when remofing ProxyDestination
|
// it as a default below on read. Remove that when removing ProxyDestination
|
||||||
Proxy: b.serviceProxyVal(v.Proxy, v.ProxyDestination),
|
Proxy: b.serviceProxyVal(v.Proxy, v.ProxyDestination),
|
||||||
Connect: b.serviceConnectVal(v.Connect),
|
Connect: b.serviceConnectVal(v.Connect),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue