From fa12109234d977007095a372203f5923c721f411 Mon Sep 17 00:00:00 2001 From: hridyesh bisht <41201308+kakabisht@users.noreply.github.com> Date: Mon, 29 Sep 2025 22:10:47 +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 cdcf3aa29..2944b589f 100644 --- a/docs/gitrepo-content.md +++ b/docs/gitrepo-content.md @@ -245,7 +245,7 @@ Installing Helm charts with Fleet offers multiple ways of configuring and refere └── values.yaml # chart defaults ``` -You can use Helm chart’s `values.yaml` file to: +You can use a Helm chart’s `values.yaml` file to: * Provide default settings and allow users to override defaults without modifying the chart itself. * Define common Kubernetes resource defaults.