Skip to content

Commit 1c12411

Browse files
committed
make fmt
1 parent b391caa commit 1c12411

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

docs/install/kubernetes.md

+12-12
Original file line numberDiff line numberDiff 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

135135
For 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

146146
You can watch Coder start up by running `kubectl get pods -n coder`. Once Coder
147147
has started, the `coder-*` pods should enter the `Running` state.

docs/manifest.old.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
2-
"versions": [
3-
"main"
4-
],
2+
"versions": ["main"],
53
"routes": [
64
{
75
"title": "About",

0 commit comments

Comments
 (0)