File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
- # code-server
1
+ # code-server Helm Chart
2
2
3
3
![ 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 )
4
4
@@ -120,7 +120,7 @@ $ helm upgrade --install code-server ci/helm-chart -f values.yaml
120
120
# Extra Containers
121
121
122
122
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
124
124
and ` extraInitContainers ` to add init containers. You can read more
125
125
about init containers in [ k8s documentation] ( https://kubernetes.io/docs/concepts/workloads/pods/init-containers/ ) .
126
126
@@ -150,7 +150,7 @@ extraInitContainers: |
150
150
151
151
` ` `
152
152
153
- With this yaml in file ` init.yaml`, you can execute
153
+ With this yaml in file ` init.yaml`, you can execute
154
154
155
155
` ` ` console
156
156
$ helm upgrade --install code-server \
@@ -159,4 +159,4 @@ $ helm upgrade --install code-server \
159
159
` ` `
160
160
161
161
to deploy code-server with python and golang extensions preinstalled
162
- before main container have started.
162
+ before main container have started.
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ alternative](https://hub.docker.com/r/linuxserver/code-server).
224
224
225
225
## Helm
226
226
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 ) .
228
228
229
229
## Windows
230
230
Original file line number Diff line number Diff line change 37
37
"description" : " How to run code-server --link" ,
38
38
"path" : " ./link.md"
39
39
},
40
+ {
41
+ "title" : " Helm" ,
42
+ "description" : " How to install code-server using the Helm package manager" ,
43
+ "path" : " ./helm.md"
44
+ },
40
45
{
41
46
"title" : " iPad" ,
42
47
"description" : " How to access your code-server installation using an iPad." ,
You can’t perform that action at this time.
0 commit comments