mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 08:27:17 +01:00
helm: Move chart into ci/helm-chart
This commit is contained in:
parent
affa64c89c
commit
52ea32f4a7
14 changed files with 4 additions and 3 deletions
3
.github/CODEOWNERS
vendored
3
.github/CODEOWNERS
vendored
|
|
@ -1,2 +1,3 @@
|
|||
charts/code-server @Matthew-Beckett @alexgorbatchev
|
||||
* @code-asher @nhooyr
|
||||
|
||||
ci/helm-chart @Matthew-Beckett @alexgorbatchev
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ This chart is community maintained by [@Matthew-Beckett](https://github.com/Matt
|
|||
|
||||
```console
|
||||
$ git clone https://github.com/cdr/code-server.git
|
||||
$ helm install code-server/charts/code-server
|
||||
$ helm install code-server charts/code-server
|
||||
```
|
||||
|
||||
## Introduction
|
||||
Loading…
Reference in a new issue