File tree Expand file tree Collapse file tree 2 files changed +13
-15
lines changed
Expand file tree Collapse file tree 2 files changed +13
-15
lines changed Original file line number Diff line number Diff line change @@ -125,23 +125,23 @@ For the **mainline** Coder release:
125125
126126 <!-- autoversion(mainline): "--version [version]" -->
127127
128- ``` shell
129- helm install coder coder-v2/coder \
130- --namespace coder \
131- --values values.yaml \
132- --version 2.14.0
133- ```
128+ ``` shell
129+ helm install coder coder-v2/coder \
130+ --namespace coder \
131+ --values values.yaml \
132+ --version 2.14.0
133+ ```
134134
135135For the ** stable** Coder release:
136136
137137 <!-- autoversion(stable): "--version [version]" -->
138138
139- ``` shell
140- helm install coder coder-v2/coder \
141- --namespace coder \
142- --values values.yaml \
143- --version 2.13.4
144- ```
139+ ``` shell
140+ helm install coder coder-v2/coder \
141+ --namespace coder \
142+ --values values.yaml \
143+ --version 2.13.4
144+ ```
145145
146146You can watch Coder start up by running ` kubectl get pods -n coder ` . Once Coder
147147has started, the ` coder-* ` pods should enter the ` Running ` state.
Original file line number Diff line number Diff line change 11{
2- "versions" : [
3- " main"
4- ],
2+ "versions" : [" main" ],
53 "routes" : [
64 {
75 "title" : " About" ,
You can’t perform that action at this time.
0 commit comments