Skip to content

Commit 6b1cfb4

Browse files
committed
Add missing syntax declaration for code block
1 parent b7b18bb commit 6b1cfb4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,12 @@ Install Feast using the values in `/tmp/feast-helm-values.yaml`.
213213
214214
Then run the following to install Feast Helm release:
215215

216-
```
216+
```bash
217217
helm install --name ${FEAST_HELM_RELEASE_NAME} ./charts/feast -f /tmp/feast-helm-values.yaml
218218
```
219219

220220
Wait for about 2 minutes :alarm_clock: then make sure Feast deployment is successful.
221-
```
221+
```bash
222222
# Make sure all the pods have statuses "READY: 1/1" and "STATUS: RUNNING"
223223
kubectl get pod
224224

0 commit comments

Comments
 (0)