From 2845669372d59badc8d9f83fdf36187f0cb38224 Mon Sep 17 00:00:00 2001 From: hridyesh bisht <41201308+kakabisht@users.noreply.github.com> Date: Mon, 29 Sep 2025 22:11:33 +0530 Subject: [PATCH] Update docs/gitrepo-content.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Corentin Néau --- docs/gitrepo-content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitrepo-content.md b/docs/gitrepo-content.md index 6c660441f..e4fd04e9b 100644 --- a/docs/gitrepo-content.md +++ b/docs/gitrepo-content.md @@ -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 chart’s 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`. * It’s mainly a convenience feature for splitting values into multiple files. * Unlike Helm chart `values.yaml`, Fleet’s values files support templating, which enables dynamic configuration per environment.