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
1111
1212``` console
1313$ 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
1516```
1617
1718## Introduction
@@ -30,7 +31,8 @@ To install the chart with the release name `code-server`:
3031
3132``` console
3233$ 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
3436```
3537
3638The command deploys code-server on the Kubernetes cluster in the default
@@ -99,7 +101,7 @@ install`. For example,
99101
100102``` console
101103$ helm install code-server \
102- deployment/ chart \
104+ ci/helm- chart \
103105 --set persistence.enabled=false
104106```
105107
@@ -109,7 +111,7 @@ Alternatively, a YAML file that specifies the values for the above parameters
109111can be provided while installing the chart. For example,
110112
111113``` console
112- $ helm install code-server deployment/ chart -f values.yaml
114+ $ helm install code-server ci/helm- chart -f values.yaml
113115```
114116
115117> ** Tip** : You can use the default [ values.yaml] ( values.yaml )
You can’t perform that action at this time.
0 commit comments