Update docs/gitrepo-content.md

Co-authored-by: Corentin Néau <tan.neau@suse.com>
This commit is contained in:
hridyesh bisht 2025-09-29 22:11:33 +05:30 committed by GitHub
parent 84cc16ec86
commit 2845669372
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ A Helm chart's `values.yaml` does not support templating. Any substitutions happ
Fleet lets you reference additional values files through `fleet.yaml`. These files override or extend the charts baseline defaults.
* A values Files entry is equivalent to copy-pasting the contents of that file into the values: section of `fleet.yaml`.
* A `valuesFiles` entry is equivalent to copy-pasting the contents of that file into the values: section of `fleet.yaml`.
* Its mainly a convenience feature for splitting values into multiple files.
* Unlike Helm chart `values.yaml`, Fleets values files support templating, which enables dynamic configuration per environment.