From 627175694d53455831c323d2590810081b9105b6 Mon Sep 17 00:00:00 2001
From: John Pekcan <johnpekcan@gmail.com>
Date: Fri, 30 Sep 2022 03:57:48 -0500
Subject: [PATCH] Fix autoDiscoverClusters option documentation for ECS
 provider

---
 docs/content/providers/ecs.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/content/providers/ecs.md b/docs/content/providers/ecs.md
index 629a7a394..7b99f74f2 100644
--- a/docs/content/providers/ecs.md
+++ b/docs/content/providers/ecs.md
@@ -65,7 +65,7 @@ _Optional, Default=false_
 
 Search for services in cluster list.
 
-- If set to `true` service discovery is disabled on configured clusters, but enabled for all other clusters.
+- If set to `true` service discovery is enabled for all clusters.
 - If set to `false` service discovery is enabled on configured clusters only.
 
 ```yaml tab="File (YAML)"
@@ -91,6 +91,7 @@ providers:
 _Optional, Default=["default"]_
 
 Search for services in cluster list.
+This option is ignored if `autoDiscoverClusters` is set to `true`.
 
 ```yaml tab="File (YAML)"
 providers:
-- 
GitLab