mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
d50a31ef62
Ref #12465
15 lines
367 B
Markdown
15 lines
367 B
Markdown
# Some documentation
|
|
|
|
1. Run the following command to install the chart in your cluster.
|
|
|
|
For the **mainline** Coder release:
|
|
|
|
<!-- autoversion(mainline): "--version [version] # trailing comment!" -->
|
|
|
|
```shell
|
|
helm install coder coder-v2/coder \
|
|
--namespace coder \
|
|
--values values.yaml \
|
|
--version 2.10.0 # trailing comment!
|
|
```
|