Skip to content

Commit 2291f8b

Browse files
committed
fixup! helm: Fix README examples
1 parent ab9cd4d commit 2291f8b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

ci/helm-chart/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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

3638
The 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
109111
can 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)

0 commit comments

Comments
 (0)