docs(helm): remove duplicated 'the' in persistence example (#7936)

This commit is contained in:
赵鑫亿
2026-08-11 02:22:48 +08:00
committed by GitHub
parent 29785ddfba
commit 51f90a376b

View File

@@ -105,7 +105,7 @@ $ helm upgrade --install code-server \
--set persistence.enabled=false
```
The above command sets the the persistence storage to false.
The above command sets the persistence storage to false.
Alternatively, a YAML file that specifies the values for the above parameters
can be provided while installing the chart. For example,