From 8bbd669bd8d446f91a1871f976e3eb9d1f93050d Mon Sep 17 00:00:00 2001 From: Fredrik Baberg Date: Mon, 24 Jan 2022 14:32:06 +0100 Subject: [PATCH] Inform that recursive lookup is used for config (#867) Co-authored-by: Franck Nijhof --- docs/add-ons/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/add-ons/configuration.md b/docs/add-ons/configuration.md index 4f2eacf6..1497d705 100644 --- a/docs/add-ons/configuration.md +++ b/docs/add-ons/configuration.md @@ -115,6 +115,8 @@ map: image: repo/{arch}-my-custom-addon ``` +Note: Avoid the use of this filename for anything other than add-on configuration, as the Supervisor does a recursive lookup. + ### Required configuration options | Key | Type | Description |