Skip to content

Commit

Permalink
docs: update docs when using multiple files as input
Browse files Browse the repository at this point in the history
  • Loading branch information
losisin committed Sep 10, 2024
1 parent 5aae4cd commit 5f9aaf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5f9aaf1

Please sign in to comment.