Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down