9f128a28ae
When a task group with `service` block(s) is validated, we validate that there are no duplicates, but this validation doesn't have access to the task environment because it hasn't been created yet. Services and checks with interpolation can be flagged incorrectly as conflicting. Name conflicts in services are not actually an error in Consul and users have reported wanting to use the same service name for task groups differentiated by tags.
4 lines
108 B
Plaintext
4 lines
108 B
Plaintext
```release-note:bug
|
|
consul: Fixed a bug where services may incorrectly fail conflicting name validation
|
|
```
|