From f00be091e30c5e5f1af52cf0a44e8b86324fa887 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Thu, 2 Dec 2021 10:22:40 +0200 Subject: [PATCH] docs: amend the documentation of core.labelSources option --- docs/advanced/worker-configuration-reference.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/advanced/worker-configuration-reference.md b/docs/advanced/worker-configuration-reference.md index 215740e1a..eca37b64b 100644 --- a/docs/advanced/worker-configuration-reference.md +++ b/docs/advanced/worker-configuration-reference.md @@ -48,7 +48,8 @@ core: `core.labelSources` specifies the list of enabled label sources. A special value `all` enables all sources. -Note: Overridden by the `-label-sources` command line flag (if specified). +Note: Overridden by the `-label-sources` and `-sources` command line flags and +the `core.sources` configurations option (if any of them is specified). Default: `[all]` @@ -56,7 +57,7 @@ Example: ```yaml core: - sources: + labelSources: - system - custom ```