From 5f9aaf1565afaaa7abaf2a123b275057f9b0c72d Mon Sep 17 00:00:00 2001 From: Aleksandar Stojanov Date: Tue, 10 Sep 2024 13:16:22 +0200 Subject: [PATCH] docs: update docs when using multiple files as input --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ca1db59..42bbc88 100644 --- a/README.md +++ b/README.md @@ -265,6 +265,9 @@ Output will be something like this: } ``` +> [!NOTE] +> When using multiple values files as input, the plugin follows Helm's behavior. This means that if the same yaml keys are present in multiple files, the latter file will take precedence over the former. The same applies to annotations in comments. Therefore, the order of the input files is important. + ##### Root JSON object properties Adding ID, title and description to the schema: