From f7dc6805a22f86089dd68e3255fde90b5927946a Mon Sep 17 00:00:00 2001 From: hridyesh bisht <41201308+kakabisht@users.noreply.github.com> Date: Tue, 1 Jul 2025 16:18:25 +0530 Subject: [PATCH] Update docs/gitrepo-add.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Corentin Néau --- docs/gitrepo-add.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitrepo-add.md b/docs/gitrepo-add.md index f70654601..860afabb5 100644 --- a/docs/gitrepo-add.md +++ b/docs/gitrepo-add.md @@ -215,7 +215,7 @@ If `gitRepo.spec.helmSecretNameForPaths` is defined, `gitRepo.spec.helmSecretNam Create a file named `secrets-path.yaml` that specifies credentials for each path in your `GitRepo`. The keys must match the full path to a bundle directory (a folder containing a `fleet.yaml file`), which may have more segments than the entry under `paths:`. If a path listed in the GitRepo is not included in this file, Fleet does not use credentials for it. :::note -The file should be named `secrets-path.yaml`, otherwise it won't work. +The file should be named `secrets-path.yaml`, otherwise Fleet will not be able to use it. ::: Example `GitRepo` resource: