File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ This chart is community maintained by [@Matthew-Beckett](https://github.com/Matt
11
11
12
12
``` console
13
13
$ git clone https://github.com/cdr/code-server
14
- $ helm install code-server code-server/ci/helm-chart
14
+ $ cd code-server
15
+ $ helm upgrade --install code-server ci/helm-chart
15
16
```
16
17
17
18
## Introduction
@@ -30,7 +31,8 @@ To install the chart with the release name `code-server`:
30
31
31
32
``` console
32
33
$ git clone https://github.com/cdr/code-server
33
- $ helm install code-server code-server/ci/helm-chart
34
+ $ cd code-server
35
+ $ helm upgrade --install code-server ci/helm-chart
34
36
```
35
37
36
38
The command deploys code-server on the Kubernetes cluster in the default
@@ -99,7 +101,7 @@ install`. For example,
99
101
100
102
``` console
101
103
$ helm install code-server \
102
- deployment/ chart \
104
+ ci/helm- chart \
103
105
--set persistence.enabled=false
104
106
```
105
107
@@ -109,7 +111,7 @@ Alternatively, a YAML file that specifies the values for the above parameters
109
111
can be provided while installing the chart. For example,
110
112
111
113
``` console
112
- $ helm install code-server deployment/ chart -f values.yaml
114
+ $ helm install code-server ci/helm- chart -f values.yaml
113
115
```
114
116
115
117
> ** Tip** : You can use the default [ values.yaml] ( values.yaml )
You can’t perform that action at this time.
0 commit comments