docs/nia: fix typo (#10492)
This commit is contained in:
parent
a620a7eced
commit
811aa82f15
|
@ -185,7 +185,7 @@ task {
|
||||||
// services but does not execute task. refer to module docs on how to configure.
|
// services but does not execute task. refer to module docs on how to configure.
|
||||||
services = ["web-api"]
|
services = ["web-api"]
|
||||||
|
|
||||||
condition "catalog-service" {
|
condition "catalog-services" {
|
||||||
datacenter = "dc1"
|
datacenter = "dc1"
|
||||||
namespace = "default"
|
namespace = "default"
|
||||||
regexp = "web.*"
|
regexp = "web.*"
|
||||||
|
|
Loading…
Reference in New Issue