Skip to content

Commit 1c17015

Browse files
committed
fix code block
1 parent cb05b2d commit 1c17015

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/docs/explanations/advanced-provider-configuration.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ To avoid unexpected downtime or data loss, consider creating a new node group wi
114114

115115
To configure a launch template for a node group in your `nebari-config.yaml`, add the `launch_template` section under the desired node group:
116116

117-
````yaml
117+
```yaml
118118
amazon_web_services:
119119
region: us-west-2
120120
kubernetes_version: "1.18"
@@ -135,6 +135,7 @@ amazon_web_services:
135135
# For example, to install the `htop` package, you can run:
136136
# sudo apt-get update
137137
# sudo apt-get install -y htop"
138+
```
138139

139140
**Parameters:**
140141

@@ -181,7 +182,7 @@ azure:
181182
min_nodes: 0
182183
max_nodes: 5
183184
storage_account_postfix: t65ft6q5
184-
````
185+
```
185186
186187
</TabItem>
187188

0 commit comments

Comments
 (0)