mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
updated helm install flags to match patches (#13064)
This commit is contained in:
@@ -132,7 +132,7 @@ locally in order to log in and manage templates.
|
||||
helm install coder coder-v2/coder \
|
||||
--namespace coder \
|
||||
--values values.yaml \
|
||||
--version 2.10.0
|
||||
--version 2.10.2
|
||||
```
|
||||
|
||||
For the **stable** Coder release:
|
||||
@@ -141,7 +141,7 @@ locally in order to log in and manage templates.
|
||||
helm install coder coder-v2/coder \
|
||||
--namespace coder \
|
||||
--values values.yaml \
|
||||
--version 2.9.1
|
||||
--version 2.9.4
|
||||
```
|
||||
|
||||
You can watch Coder start up by running `kubectl get pods -n coder`. Once
|
||||
|
||||
Reference in New Issue
Block a user