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:04 +05:30 committed by GitHub
parent fa12109234
commit 84cc16ec86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ You can use a Helm charts `values.yaml` file to:
* Define common Kubernetes resource defaults.
:::note
Helm chart `values.yaml` does not support templating. Any substitutions happen during chart rendering before Fleet applies the chart.
A Helm chart's `values.yaml` does not support templating. Any substitutions happen during chart rendering before Fleet applies the chart.
* You cannot use shell-style variables (for example, `${var}`) inside this file.
* If `${var}` appears, Helm treats it as plain text—you dont need to escape it.