Skip to content

Commit 3cbe5a8

Browse files
committed
refactor: move helm README to docs/helm.md
1 parent e5a9df3 commit 3cbe5a8

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

ci/helm-chart/README.md renamed to docs/helm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# code-server
1+
# code-server Helm Chart
22

33
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.11.1](https://img.shields.io/badge/AppVersion-3.11.1-informational?style=flat-square)
44

@@ -120,7 +120,7 @@ $ helm upgrade --install code-server ci/helm-chart -f values.yaml
120120
# Extra Containers
121121

122122
There are two parameters which allow to add more containers to pod.
123-
Use `extraContainers` to add regular containers
123+
Use `extraContainers` to add regular containers
124124
and `extraInitContainers` to add init containers. You can read more
125125
about init containers in [k8s documentation](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/).
126126

@@ -150,7 +150,7 @@ extraInitContainers: |
150150
151151
```
152152
153-
With this yaml in file `init.yaml`, you can execute
153+
With this yaml in file `init.yaml`, you can execute
154154

155155
```console
156156
$ helm upgrade --install code-server \
@@ -159,4 +159,4 @@ $ helm upgrade --install code-server \
159159
```
160160

161161
to deploy code-server with python and golang extensions preinstalled
162-
before main container have started.
162+
before main container have started.

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ alternative](https://hub.docker.com/r/linuxserver/code-server).
224224

225225
## Helm
226226

227-
You can install code-server via [Helm](https://github.com/cdr/code-server/blob/main/ci/helm-chart/README.md).
227+
You can install code-server using the [Helm package manager](https://coder.com/docs/code-server/latest/helm).
228228

229229
## Windows
230230

docs/manifest.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
"description": "How to run code-server --link",
3838
"path": "./link.md"
3939
},
40+
{
41+
"title": "Helm",
42+
"description": "How to install code-server using the Helm package manager",
43+
"path": "./helm.md"
44+
},
4045
{
4146
"title": "iPad",
4247
"description": "How to access your code-server installation using an iPad.",

0 commit comments

Comments
 (0)