Skip to content

Commit 72575cc

Browse files
authored
chore(docs): fix indentation in install/kubernetes.md (#8906)
* chore(docs): fix indentation in install/kubernetes.md * fmt
1 parent 594b979 commit 72575cc

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/install/kubernetes.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,10 @@ AWS recommends a Network load balancer in lieu of the Classic load balancer. Use
157157

158158
```yaml
159159
coder:
160-
service:
161-
externalTrafficPolicy: Local
162-
sessionAffinity: None
163-
annotations: {
164-
service.beta.kubernetes.io/aws-load-balancer-type: "nlb"
165-
}
160+
service:
161+
externalTrafficPolicy: Local
162+
sessionAffinity: None
163+
annotations: { service.beta.kubernetes.io/aws-load-balancer-type: "nlb" }
166164
```
167165

168166
By default, Coder will set the `externalTrafficPolicy` to `Cluster` which will

0 commit comments

Comments
 (0)