Skip to content

Commit 07b9475

Browse files
committed
refs #914: Line wrapping to column 80
1 parent 46dd316 commit 07b9475

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

deployment/chart/README.md

+18-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# code-server
22

3-
[code-server](https://github.com/cdr/code-server) code-server is VS Code running on a remote server, accessible through the browser.
3+
[code-server](https://github.com/cdr/code-server) code-server is VS Code running
4+
on a remote server, accessible through the browser.
45

56
## TL;DR;
67

@@ -11,7 +12,9 @@ $ helm install deployment/chart
1112

1213
## Introduction
1314

14-
This chart bootstraps a code-server deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
15+
This chart bootstraps a code-server deployment on a
16+
[Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh)
17+
package manager.
1518

1619
## Prerequisites
1720

@@ -25,7 +28,9 @@ To install the chart with the release name `my-release`:
2528
$ helm install --name my-release deployment/chart
2629
```
2730

28-
The command deploys code-server on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
31+
The command deploys code-server on the Kubernetes cluster in the default
32+
configuration. The [configuration](#configuration) section lists the parameters
33+
that can be configured during installation.
2934

3035
> **Tip**: List all releases using `helm list`
3136
@@ -37,14 +42,17 @@ To uninstall/delete the `my-release` deployment:
3742
$ helm delete my-release
3843
```
3944

40-
The command removes all the Kubernetes components associated with the chart and deletes the release.
45+
The command removes all the Kubernetes components associated with the chart and
46+
deletes the release.
4147

4248
## Configuration
4349

44-
The following table lists the configurable parameters of the nginx-ingress chart and their default values.
50+
The following table lists the configurable parameters of the nginx-ingress chart
51+
and their default values.
4552

4653

47-
The following table lists the configurable parameters of the code-server chart and their default values.
54+
The following table lists the configurable parameters of the code-server chart
55+
and their default values.
4856

4957
| Parameter | Description | Default |
5058
| --------------------------------- | ------------------------------------------ | --------------------------------------------------------- |
@@ -80,7 +88,8 @@ The following table lists the configurable parameters of the code-server chart a
8088
| `persistence.accessMode` | PVC Access Mode for code-server volume | `ReadWriteOnce` |
8189
| `persistence.size` | PVC Storage Request for code-server volume | `8Gi` |
8290

83-
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
91+
Specify each parameter using the `--set key=value[,key=value]` argument to `helm
92+
install`. For example,
8493

8594
```console
8695
$ helm install --name my-release \
@@ -90,7 +99,8 @@ $ helm install --name my-release \
9099

91100
The above command sets the the persistence storage to false.
92101

93-
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
102+
Alternatively, a YAML file that specifies the values for the above parameters
103+
can be provided while installing the chart. For example,
94104

95105
```console
96106
$ helm install --name my-release -f values.yaml deployment/chart

0 commit comments

Comments
 (0)