mirror of https://github.com/status-im/consul.git
Merge pull request #1852 from Sayalic0/patch-1
add inline code segment to enableTagOverride
This commit is contained in:
commit
ea62d29756
|
@ -75,7 +75,7 @@ from `1`.
|
||||||
Note: there is more information about [checks here](/docs/agent/checks.html).
|
Note: there is more information about [checks here](/docs/agent/checks.html).
|
||||||
|
|
||||||
The `enableTagOverride` can optionally be specified to disable the anti-entropy
|
The `enableTagOverride` can optionally be specified to disable the anti-entropy
|
||||||
feature for this service. If enableTagOverride is set to TRUE then external
|
feature for this service. If `enableTagOverride` is set to TRUE then external
|
||||||
agents can update this service in the [catalog](/docs/agent/http/catalog.html) and modify the tags. Subsequent
|
agents can update this service in the [catalog](/docs/agent/http/catalog.html) and modify the tags. Subsequent
|
||||||
local sync operations by this agent will ignore the updated tags. For instance: If an external agent
|
local sync operations by this agent will ignore the updated tags. For instance: If an external agent
|
||||||
modified both the tags and the port for this service and `enableTagOverride`
|
modified both the tags and the port for this service and `enableTagOverride`
|
||||||
|
|
Loading…
Reference in New Issue