From 316a22701f69c585f0231216f1b94050e56f91b1 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 25 May 2022 23:12:42 -0700 Subject: [PATCH] Add documentation note about multiple merge limitation (#380). --- docs/how-to/make-per-application-backups.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/how-to/make-per-application-backups.md b/docs/how-to/make-per-application-backups.md index f3b5c06dd..e7152ec3b 100644 --- a/docs/how-to/make-per-application-backups.md +++ b/docs/how-to/make-per-application-backups.md @@ -133,6 +133,11 @@ Note that this `<<` include merging syntax is only for merging in mappings (configuration options and their values). But if you'd like to include a single value directly, please see the section above about standard includes. +Additionally, there is a limitation preventing multiple `<<` include merges +per section. So for instance, that means you can do one `<<` merge at the +global level, another `<<` within each configuration section, etc. (This is a +YAML limitation.) + ## Configuration overrides