You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deployment/chart/README.md
+18-8
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# code-server
2
2
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.
4
5
5
6
## TL;DR;
6
7
@@ -11,7 +12,9 @@ $ helm install deployment/chart
11
12
12
13
## Introduction
13
14
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.
15
18
16
19
## Prerequisites
17
20
@@ -25,7 +28,9 @@ To install the chart with the release name `my-release`:
25
28
$ helm install --name my-release deployment/chart
26
29
```
27
30
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.
29
34
30
35
> **Tip**: List all releases using `helm list`
31
36
@@ -37,14 +42,17 @@ To uninstall/delete the `my-release` deployment:
37
42
$ helm delete my-release
38
43
```
39
44
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.
41
47
42
48
## Configuration
43
49
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.
45
52
46
53
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
0 commit comments